diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 9ee843ceb..5fe9959a7 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -98,6 +98,6 @@ func StartDailyWork() { func doDailyWork() { globals.SugarLogger.Debug("doDailyWork") - // cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true) + cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true) cms.CurVendorSync.FullSyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD}, nil, true, true) }