添加手机归属地查询

This commit is contained in:
邹宗楠
2023-03-10 18:00:07 +08:00
parent c7050f26fe
commit e56541a548
4 changed files with 27 additions and 3 deletions

View File

@@ -130,7 +130,9 @@ func AutoSettingFakeDelivery() {
if randTime >= int64(len(riderListInfo[riderKey])) {
randTime = int64(len(riderListInfo[riderKey])) - 1
}
if v.PhoneAscription == "" || strings.Split(v.PhoneAscription, "-")[0] != model.PhoneAscriptionAddressYes {
continue
}
// 自动拣货
if v.Status < model.OrderStatusFinishedPickup { // 未拣货
handler := partner.GetPurchaseOrderHandlerFromVendorID(v.VendorID)