This commit is contained in:
邹宗楠
2023-01-04 22:55:19 +08:00
parent b648e2c085
commit 8a8b83d568

View File

@@ -252,11 +252,11 @@ func Init() {
}, 60*time.Second, 30*time.Minute) }, 60*time.Second, 30*time.Minute)
// 抖音更新门店商品 // 抖音更新门店商品
if beego.BConfig.RunMode != "jxgy" { //if beego.BConfig.RunMode != "jxgy" {
ScheduleTimerFunc("RefreshSyncSkuList", func() { // ScheduleTimerFunc("RefreshSyncSkuList", func() {
syncStoreSkuTiktok() // syncStoreSkuTiktok()
}, []string{"11:30:00"}) // }, []string{"11:30:00"})
} //}
// 定时任务刷新当前订单的物流信息 // 定时任务刷新当前订单的物流信息
ScheduleTimerFunc("RefreshMaterialLogistics", func() { ScheduleTimerFunc("RefreshMaterialLogistics", func() {