This commit is contained in:
苏尹岚
2021-04-13 10:15:26 +08:00
parent 6c313cfe2b
commit 82325109ef

View File

@@ -209,7 +209,7 @@ func Init() {
dao.UpdateActStatusByTime(dao.GetDB(), time.Now()) dao.UpdateActStatusByTime(dao.GetDB(), time.Now())
}, updateActStatusTimeList) }, updateActStatusTimeList)
ScheduleScoreStore() ScheduleScoreStore()
ScheduleCheckStoreAlert() // ScheduleCheckStoreAlert()
ScheduleTimerFunc("ChangeStoreSkuSaleStatus", func() { ScheduleTimerFunc("ChangeStoreSkuSaleStatus", func() {
cms.CurVendorSync.ChangeStoreSkuSaleStatus(jxcontext.AdminCtx, 0, true, true) cms.CurVendorSync.ChangeStoreSkuSaleStatus(jxcontext.AdminCtx, 0, true, true)
}, ChangeStoreSkuSaleStatusList) }, ChangeStoreSkuSaleStatusList)