美团门店订单账单信息收集(配送费以及定时保险费)

This commit is contained in:
邹宗楠
2023-04-27 14:24:45 +08:00
parent 878e84252f
commit fd0585b963
10 changed files with 119 additions and 12 deletions

View File

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