From 8f903210610b4dc084a72d4ca9f3d8086e5972eb Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 24 三月 2026 15:35:54 +0800
Subject: [PATCH] feat:1.生产报工(销售订单不创建生产订单) 2.报工增加投入总量 3.报工不扣投入库存数量

---
 src/main/resources/mapper/production/ProductionProductMainMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductionProductMainMapper.xml b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
index a122e90..256a984 100644
--- a/src/main/resources/mapper/production/ProductionProductMainMapper.xml
+++ b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -16,6 +16,7 @@
         select ppm.*,
         pwo.work_order_no as workOrderNo,
         pwo.status as workOrderStatus,
+        pwo.total_investment as totalInvestment,
         u.nick_name as nickName,
         p.product_name as productName,
         pp.name as process,

--
Gitblit v1.9.3