From 77ddcc9a685c1468e776276189e9c47a86a18b6e Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 20 Oct 2021 13:58:13 +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 0aad4d3ba..a56657d6a 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -230,9 +230,9 @@ func Init() { ScheduleTimerFunc("CreateStorePriceScore", func() { cms.CreateStorePriceScore(jxcontext.AdminCtx) }, createStorePriceTimeList) - ScheduleTimerFunc("AutoFocusStoreSkusForTopSkus", func() { - cms.AutoFocusStoreSkusForTopSkus(jxcontext.AdminCtx, true, true) - }, createStorePriceTimeList) + //ScheduleTimerFunc("AutoFocusStoreSkusForTopSkus", func() { + // cms.AutoFocusStoreSkusForTopSkus(jxcontext.AdminCtx, true, true) + //}, createStorePriceTimeList) //ScheduleTimerFunc("GetCheckVendorCookie", func() { // event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{model.VendorIDEBAI, model.VendorIDJD, model.VendorIDMTWM, model.VendorIDMTPS, model.VendorIDJDShop}, true) //}, checkCookieList)