diff --git a/business/partner/delivery/fn/waybill.go b/business/partner/delivery/fn/waybill.go index e92a70973..dc89467f2 100644 --- a/business/partner/delivery/fn/waybill.go +++ b/business/partner/delivery/fn/waybill.go @@ -112,7 +112,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee GoodsCount: order.GoodsCount, GoodsItemList: nil, ReceiverName: order.ConsigneeName, - ReceiverPrimaryPhone: order.ConsigneeName, + ReceiverPrimaryPhone: order.ConsigneeMobile, OutShopCode: utils.Int2Str(order.JxStoreID), ChainStoreId: "", }