This commit is contained in:
邹宗楠
2023-04-24 13:52:34 +08:00
parent f3a74e00c1
commit 6dc064ecd9
3 changed files with 27 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ func AutoSettingFakeDelivery() {
return
}
}
globals.SugarLogger.Debugf("===============riderListInfo= : %s", riderKey)
randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey]))))
randTime := randNumber.Int64()
if randTime < 0 {