1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user