From fc9e032096319d64c6e7bf3e411bf5af91de1164 Mon Sep 17 00:00:00 2001 From: Rosy-zhudan Date: Tue, 27 Aug 2019 09:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0SLEEP=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/misc/misc2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/misc/misc2.go b/business/jxstore/misc/misc2.go index 6b6f9b3a2..45fcb09e2 100644 --- a/business/jxstore/misc/misc2.go +++ b/business/jxstore/misc/misc2.go @@ -265,6 +265,7 @@ func StartOrEndOpStoreEx(ctx *jxcontext.Context, isStart bool, startTime, endTim if isStart { AddOrDelExtraStoreOptime(ctx, vendorID, storeID, vendorStoreID, &storeListValue.Store, startOpStoreTime, endOpStoreTime, true) } + time.Sleep(time.Second * 3) } } }