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)