This commit is contained in:
邹宗楠
2022-11-04 10:30:04 +08:00
parent 78b3c9ceb6
commit 93d23e652c
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ func Init() {
// 每分钟轮询一次,推送抖店骑手信息
ScheduleTimerFuncByInterval(func() {
delivery.UpdateFakeWayBillToTiktok()
}, 10*time.Second, 1*time.Minute)
}, 10*time.Second, 10*time.Minute)
// 定时任务更新负责人信息
ScheduleTimerFunc("RefreshStoreOperator", func() {