From fb5300ef36d26a34b33fb1bd613d45f48c466b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 20 Aug 2025 14:17:28 +0800 Subject: [PATCH] 1 --- business/jxstore/misc/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index d63468aa5..1582b61be 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -291,7 +291,7 @@ func Init() { ScheduleTimerFunc("RefreshSyncSkuListTao", func() { syncStoreSkuTao() }, []string{ - "16:50:00", + "03:50:00", }) }