1
This commit is contained in:
@@ -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" {
|
||||||
ScheduleTimerFuncByInterval(func() {
|
// ScheduleTimerFuncByInterval(func() {
|
||||||
syncStoreSkuTiktok()
|
// syncStoreSkuTiktok()
|
||||||
}, 60*time.Second, 10*time.Minute)
|
// }, 60*time.Second, 10*time.Minute)
|
||||||
}
|
//}
|
||||||
|
|
||||||
// 定时任务刷新当前订单的物流信息
|
// 定时任务刷新当前订单的物流信息
|
||||||
ScheduleTimerFunc("RefreshMaterialLogistics", func() {
|
ScheduleTimerFunc("RefreshMaterialLogistics", func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user