This commit is contained in:
suyl
2021-08-13 17:22:12 +08:00
parent 07635aa5ba
commit 09e4414d0e
2 changed files with 5 additions and 1 deletions

View File

@@ -325,6 +325,10 @@ func Init() {
//刷新门店分组管理
cms.RefreshStoreBind(jxcontext.AdminCtx)
}, dailyWorkTimeList)
ScheduleTimerFunc("RrefreshMtwmVendorAct", func() {
//刷新美团平台活动
act.RrefreshMtwmVendorAct()
}, dailyWorkTimeList2)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {
cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)