- EnableHaveRestStores

This commit is contained in:
gazebo
2019-06-03 17:42:23 +08:00
parent c7d472830f
commit 7618930106
4 changed files with 65 additions and 3 deletions

View File

@@ -98,5 +98,6 @@ func StartDailyWork() {
func doDailyWork() {
globals.SugarLogger.Debug("doDailyWork")
// cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true)
cms.CurVendorSync.FullSyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD}, nil, true, true)
}