From bc951c1a59ccaf6f25ce9d717474fcc985e04bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 31 Mar 2021 10:00:28 +0800 Subject: [PATCH] aa --- business/jxstore/misc/misc.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 7c8413b2a..b9a1c76a3 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -223,9 +223,9 @@ func Init() { ScheduleTimerFunc("SendSeckillSkusCountMsg", func() { cms.SendSeckillSkusCountMsg(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM}, false, true) }, sendSecKillWarnList) - ScheduleTimerFunc("每日报警心跳", func() { - globals.SugarLogger.Warnf("每日报警心跳,这不是报警。启动时间:%s", cms.GetServiceInfo(jxcontext.AdminCtx)["startupTime"]) - }, dailyHeartbeat) + // ScheduleTimerFunc("每日报警心跳", func() { + // globals.SugarLogger.Warnf("每日报警心跳,这不是报警。启动时间:%s", cms.GetServiceInfo(jxcontext.AdminCtx)["startupTime"]) + // }, dailyHeartbeat) ScheduleTimerFunc("AutoPayForPopluarMan", func() { localjx.AutoPayForPopluarMan(jxcontext.AdminCtx) }, autoPayForPopluarManList) @@ -284,7 +284,7 @@ func Init() { cms.RefreshMTWMToken(jxcontext.AdminCtx) }, updateActStatusTimeList) //获取最新平台流量活动 - ScheduleTimerFunc("GetVendorPopActs", func() { + ScheduleTimerFunc("GetNewVendorPopActs", func() { act.GetNewVendorPopActs(jxcontext.AdminCtx) }, dailyHeartbeat) }