From 1e1f1495700daa457360e568f08698e928c6c874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 3 Aug 2023 22:49:12 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index f634866b0..afda7929f 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -514,11 +514,13 @@ func Init() { // }, []string{"13:00:00"}) //} + globals.SugarLogger.Debugf("======== : %s", utils.Format4Output(hangzhou[0:20], false)) if beego.BConfig.RunMode != "jxgy" { ScheduleTimerFunc("RefreshSyncSkuListTao", func() { - syncStoreSkuTao(hangzhou[0:20]) + globals.SugarLogger.Debugf("========2 : %s", utils.Format4Output(hangzhou[0:20], false)) + syncStoreSkuTao(hangzhou[0:50]) }, []string{ - "22:50:00", + "22:51:00", }) }