From e8b5bae0a2fe6af7ee5166e05411abd3a27f3bd7 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 3 Jun 2019 18:34:58 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=90=AF=E7=94=A8=E6=AF=8F=E5=A4=A9?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=B8=B4=E6=97=B6=E4=BC=91=E6=81=AF=E9=97=A8?= =?UTF-8?q?=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/misc/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }