From ebf08431bb703086da2129f59d11d5bce25ffb49 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 27 四月 2026 09:32:47 +0800
Subject: [PATCH] fix(mapper): 修正生产产品主表查询中的工单ID关联字段

---
 src/main/resources/mapper/production/ProductOrderMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductOrderMapper.xml b/src/main/resources/mapper/production/ProductOrderMapper.xml
index 176ef1a..c6030f7 100644
--- a/src/main/resources/mapper/production/ProductOrderMapper.xml
+++ b/src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -86,7 +86,10 @@
                p.product_name,
                pp.name as  process_name,
                pm.product_id,
-               pm.model
+               pm.model,
+               ps.process_route_open_num,
+               ps.process_route_num,
+               ps.process_route_add_num
         from
             product_structure ps
                 left join product_model pm on ps.product_model_id = pm.id

--
Gitblit v1.9.3