From a22d860591efa32da8ed394f201e01ff0b619ca3 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期三, 25 三月 2026 13:51:14 +0800
Subject: [PATCH] feat(product): 添加产品模型有效期、备案凭证号和UID码字段
---
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