This commit is contained in:
邹宗楠
2023-07-14 16:22:28 +08:00
parent 3c31bdeda2
commit 3521286562
2 changed files with 6 additions and 0 deletions

View File

@@ -188,6 +188,11 @@ func GetOrderRiderInfoToPlatform(orderId string, wayBillStatus int) {
riderInfo.CourierName = "石锋"
riderInfo.CourierPhone = "18048531223"
}
if riderInfo.OrderId == "" {
riderInfo.OrderId = v.VendorOrderID
}
if riderInfo.ThirdCarrierOrderId == "" {
riderInfo.ThirdCarrierOrderId = riderInfo.OrderId + "_fake"
}