This commit is contained in:
邹宗楠
2022-04-15 18:56:09 +08:00
parent e87c2d9ee4
commit c52abc3526
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ func GetOrderRiderInfoToPlatform(orderId string) {
for _, v := range orders {
var riderInfo *mtpsapi.RiderInfo
if handlerInfo := partner.GetDeliveryPlatformFromVendorID(v.WaybillVendorID); handlerInfo != nil {
riderInfo, err = handlerInfo.Handler.GetRiderInfo(v.VendorOrderID, utils.Str2Int64(v.VendorWaybillID2), v.VendorWaybillID)
riderInfo, err = handlerInfo.Handler.GetRiderInfo(v.VendorOrderID, utils.Str2Int64(v.VendorWaybillId2Waybill), v.VendorWaybillID)
if err != nil {
globals.SugarLogger.Errorf("Get Order waybill rider info err :%v", err)
continue