1
This commit is contained in:
@@ -99,6 +99,7 @@ func AutoSettingFakeDelivery() {
|
||||
if len(orderList) == model.NO {
|
||||
return
|
||||
}
|
||||
globals.SugarLogger.Debugf("==================orderList=:%s", utils.Format4Output(orderList, false))
|
||||
|
||||
for _, v := range orderList {
|
||||
//jxutils.CallMsgHandler(func() {
|
||||
@@ -131,6 +132,7 @@ func AutoSettingFakeDelivery() {
|
||||
return
|
||||
}
|
||||
}
|
||||
globals.SugarLogger.Debugf("==================riderKey=:%s", riderKey)
|
||||
|
||||
randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey]))))
|
||||
randTime := randNumber.Int64()
|
||||
|
||||
Reference in New Issue
Block a user