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