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