This commit is contained in:
邹宗楠
2024-09-19 16:16:32 +08:00
parent ffe43d627b
commit 9d68cb15ed
3 changed files with 88 additions and 5 deletions

View File

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