From f59bb9000e520299a3f13b8cb27f746f8e740f84 Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Tue, 5 Aug 2025 13:40:32 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E8=BF=81=E7=A7=BB=E4=BB=93=E5=82=A8?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/sale/deliver/SaDeliverItemsMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bd-business/bd-business-sale/src/main/resources/mapper/sale/deliver/SaDeliverItemsMapper.xml b/bd-business/bd-business-sale/src/main/resources/mapper/sale/deliver/SaDeliverItemsMapper.xml index 8d976caf..477dcfc7 100644 --- a/bd-business/bd-business-sale/src/main/resources/mapper/sale/deliver/SaDeliverItemsMapper.xml +++ b/bd-business/bd-business-sale/src/main/resources/mapper/sale/deliver/SaDeliverItemsMapper.xml @@ -54,6 +54,7 @@ bp.product_code, bp.product_name, bp.shipping_channel, + bp.wms_code,, sdi.SPECS_NAME, sdi.quantity, soi.order_status, @@ -219,6 +220,7 @@ bp.product_code, bp.product_name, bp.shipping_channel, + bp.wms_code, sdi.SPECS_NAME, sdi.quantity, soi.order_status,