From a97eb69a7233fc36a794832210fb1b0de037f2bb Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 15 四月 2026 16:39:53 +0800
Subject: [PATCH] fix:生产核算-对应工序
---
src/main/resources/mapper/sales/ShippingInfoMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/sales/ShippingInfoMapper.xml b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
index 955a89f..1a0f7f6 100644
--- a/src/main/resources/mapper/sales/ShippingInfoMapper.xml
+++ b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -18,6 +18,7 @@
s.create_user,
s.update_user,
s.tenant_id,
+ s.shipped_qty,
sl.sales_contract_no,
slp.specification_model,
p.product_name,
@@ -53,6 +54,7 @@
s.create_user,
s.update_user,
s.tenant_id,
+ s.shipped_qty,
sl.sales_contract_no,
sl.customer_name
FROM shipping_info s
--
Gitblit v1.9.3