1
This commit is contained in:
@@ -140,7 +140,7 @@ func AutoSettingFakeDelivery() {
|
|||||||
if randTime >= int64(len(riderListInfo[riderKey])) {
|
if randTime >= int64(len(riderListInfo[riderKey])) {
|
||||||
randTime = int64(len(riderListInfo[riderKey])) - 1
|
randTime = int64(len(riderListInfo[riderKey])) - 1
|
||||||
}
|
}
|
||||||
if v.PhoneAscription == "" || strings.Split(v.PhoneAscription, "-")[0] != model.PhoneAscriptionAddressYes {
|
if (v.PhoneAscription == "" || strings.Split(v.PhoneAscription, "-")[0] != model.PhoneAscriptionAddressYes) && v.VendorID == model.VendorIDDD {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
// 自动拣货
|
// 自动拣货
|
||||||
|
|||||||
Reference in New Issue
Block a user