This commit is contained in:
邹宗楠
2022-05-19 11:56:44 +08:00
parent 995d7f7656
commit 95be84e180
4 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ func GetOrderRiderInfoToPlatform(orderId string) {
riderInfo := &mtpsapi.RiderInfo{}
if handlerInfo := partner.GetDeliveryPlatformFromVendorID(v.WaybillVendorID); handlerInfo != nil {
if v.WaybillVendorID == model.VendorIDDada || v.WaybillVendorID == model.VendorIDFengNiao {
riderInfo, err = handlerInfo.Handler.GetRiderInfo(v.VendorOrderID, 0, "")
riderInfo, err = handlerInfo.Handler.GetRiderInfo(v.VendorOrderID, 0, v.VendorWaybillID)
if err != nil {
globals.SugarLogger.Debug("Get Order waybill rider info err FN/DADA :%v", err)
continue