1
This commit is contained in:
@@ -176,6 +176,13 @@ func Init() {
|
||||
report.RefreshStoreManageState(jxcontext.AdminCtx, nil, []int{model.VendorIDJD})
|
||||
}, 5*time.Second, 1*time.Hour)
|
||||
|
||||
// 定时任务通知:签约门店过期通知
|
||||
ScheduleTimerFunc("GetExpireShopNoticeUser", func() {
|
||||
bidding.GetExpireShopNoticeUser()
|
||||
}, []string{
|
||||
"10:00:00",
|
||||
})
|
||||
|
||||
//每天晚上23:00更新抖店 审核状态
|
||||
ScheduleTimerFunc("UpdateStorePoiStatus", func() {
|
||||
cms.UpdateStorePoiStatus(jxcontext.AdminCtx)
|
||||
|
||||
Reference in New Issue
Block a user