From b644ff7df8474065023177dba46fbebab9df7130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 1 Aug 2023 16:37:43 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 6 +++--- business/jxstore/misc/misc.go | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 8a60c12c5..fa2ecbc23 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2752,9 +2752,9 @@ var storeList = []int64{ //668931, //668917, //102969, - 102966, - 668909, - 668908, + //102966, + //668909, + //668908, 668905, 668901, 102946, diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 11b9beea8..89de6af15 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -213,7 +213,6 @@ func Init() { ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() { orderman.UpdateTaoSkuUpdateOffShelf() }, []string{ - "16:00:00", "16:42:00", "17:42:00", })