- 启用每天刷新临时休息门店

This commit is contained in:
gazebo
2019-06-03 18:34:58 +08:00
parent fdc512f2c4
commit e8b5bae0a2

View File

@@ -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)
}