刷新商品可售状态

This commit is contained in:
苏尹岚
2019-11-15 13:52:56 +08:00
parent 449f55d87a
commit a8b954cd89
4 changed files with 9 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ func Init() {
"04:05:06",
})
ScheduleTimerFunc("ChangeStoreSkuSaleStatus", func() {
cms.CurVendorSync.ChangeStoreSkuSaleStatus(jxcontext.AdminCtx, true, false, 0)
cms.CurVendorSync.ChangeStoreSkuSaleStatus(jxcontext.AdminCtx, 0, true, false)
}, ChangeStoreSkuSaleStatusList)
}
}