From b9a4ad39ae70a2607a145f3f478c842565b1b4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 1 Jul 2022 16:21:50 +0800 Subject: [PATCH] 1 --- business/partner/delivery/fn/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "", }