From ed7a761ab6e1ba13497ac990acb98b1166c43aaa Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 26 May 2021 09:16:12 +0800 Subject: [PATCH] aa --- business/jxstore/misc/misc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 705e2f93c..9de0471d3 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -221,9 +221,9 @@ func Init() { ScheduleTimerFunc("GetCheckVendorCookie", func() { event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM, model.VendorIDMTPS, model.VendorIDJDShop}, true) }, checkCookieList) - ScheduleTimerFunc("SendSeckillSkusCountMsg", func() { - cms.SendSeckillSkusCountMsg(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM}, false, true) - }, sendSecKillWarnList) + //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)