加SLEEP测试

This commit is contained in:
Rosy-zhudan
2019-08-27 09:03:35 +08:00
parent 092281e8bd
commit fc9e032096

View File

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