From e351a0ea4dbb9100e3c3792ed8ffe4001b5e8d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sat, 2 Apr 2022 15:01:57 +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 b58a202e1..1257c12ab 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 GoodsItemList: nil, ReceiverName: order.ConsigneeName, ReceiverPrimaryPhone: order.ConsigneeName, - OutShopCode: utils.Int2Str(order.StoreID), + OutShopCode: utils.Int2Str(order.JxStoreID), ChainStoreId: "", }