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{}