From af07af1de01921dd0f37f0c85723dfd36bb42074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 15 Dec 2022 18:31:01 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 98d39b67e..e52a2333f 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -250,9 +250,9 @@ func Init() { }, 60*time.Second, 30*time.Minute) // 更新门店商品 - ScheduleTimerFuncByInterval(func() { - syncStoreSkuTiktok() - }, 60*time.Second, 1*time.Minute) + //ScheduleTimerFuncByInterval(func() { + // syncStoreSkuTiktok() + //}, 60*time.Second, 1*time.Minute) // 定时任务刷新当前订单的物流信息 ScheduleTimerFunc("RefreshMaterialLogistics", func() {