From fd8b94639398e5b754f1e7344e1285da686d1c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 26 Dec 2022 19:08:19 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 308186f66..10f85c8b4 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -252,11 +252,11 @@ func Init() { }, 60*time.Second, 30*time.Minute) // 抖音更新门店商品 - if beego.BConfig.RunMode != "jxgy" { - ScheduleTimerFuncByInterval(func() { - syncStoreSkuTiktok() - }, 60*time.Second, 2*time.Minute) - } + //if beego.BConfig.RunMode != "jxgy" { + // ScheduleTimerFuncByInterval(func() { + // syncStoreSkuTiktok() + // }, 60*time.Second, 2*time.Minute) + //} // 定时任务刷新当前订单的物流信息 ScheduleTimerFunc("RefreshMaterialLogistics", func() {