This commit is contained in:
邹宗楠
2023-05-25 16:07:39 +08:00
parent d8714def74
commit 0e3c4ab7fa
4 changed files with 55 additions and 8 deletions

View File

@@ -221,13 +221,19 @@ func Init() {
"04:00:00",
})
// 每天更新美团门当的结算信息和配送费等等
// 每天更新美团-门店结算方式[结算给企业/结算给个人]
ScheduleTimerFunc("LoadingStoreOrderSettleAmount", func() {
delivery.LoadingStoreOrderSettleAmount(0, 0, nil)
}, []string{
"19:50:00",
})
ScheduleTimerFunc("UpdateStoreName ", func() {
cms.UpdateStoreName()
}, []string{
"16:12:00",
})
// 定时任务更新昨天的都要商品和本地商品id的映射关系
//ScheduleTimerFunc("RefreshStoreOperator", func() {
// t := time.Now()