1
This commit is contained in:
@@ -399,7 +399,7 @@ func (c *DeliveryHandler) GetRiderInfo(orderId string, deliveryId int64, mtPeiso
|
||||
|
||||
return &mtpsapi.RiderInfo{
|
||||
OrderId: utils.Interface2String(order["mt_peisong_id"]),
|
||||
ThirdCarrierOrderId: utils.Interface2String(order["order_id"]),
|
||||
ThirdCarrierOrderId: orderId,
|
||||
CourierName: utils.Interface2String(order["courier_name"]),
|
||||
CourierPhone: utils.Interface2String(order["courier_phone"]),
|
||||
LogisticsProviderCode: string(mtpsapi.MTPsCode),
|
||||
|
||||
@@ -105,7 +105,7 @@ func GetOrderRiderInfoToPlatform(orderId string) {
|
||||
globals.SugarLogger.Debug("GetOrderRiderInfoToPlatform map ", paramsMap)
|
||||
if handler := partner.GetPurchaseOrderHandlerFromVendorID(v.VendorID); handler != nil {
|
||||
if err := handler.GetOrderRider(v.VendorOrgCode, v.VendorStoreID, paramsMap); err != nil {
|
||||
globals.SugarLogger.Errorf("Error pushing meituan rider information :%s--%s--%v",riderInfo.OrderId,riderInfo.ThirdCarrierOrderId, err)
|
||||
globals.SugarLogger.Errorf("Error pushing meituan rider information :%s--%s--%v", riderInfo.OrderId, riderInfo.ThirdCarrierOrderId, err)
|
||||
}
|
||||
}
|
||||
case model.VendorIDELM: // 饿了么
|
||||
|
||||
Reference in New Issue
Block a user