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: "", }