From a8115479eb705108beb1a0f8f69a51e5a2e4ae4d Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 10 Aug 2019 08:43:43 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E8=B0=83=E6=95=B4=E6=AF=8F=E6=99=9A?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=97=B6=E9=97=B4=E8=87=B38:30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/misc/misc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index ff108085c..398cb170d 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -26,7 +26,7 @@ const ( var ( dailyWorkTimeList = []string{ - "21:00:00", + "20:30:00", } refreshPageActTimeList = []string{ "7:00:00", @@ -52,7 +52,7 @@ var ( } autoSaleStoreSkuTimeList = []string{ - "20:50:00", + "20:20:00", } importantTaskMap = &sync.Map{}