From 968ace59bdbb99d33caa16a88bc247afaa3b7c4c Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 11:00:02 +0800
Subject: [PATCH] Merge branch 'dev_长治_健齿齿科器材' of http://114.132.189.42:9002/r/product-inventory-management-after into dev_长治_健齿齿科器材

---
 src/main/resources/mapper/production/ProductBomMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductBomMapper.xml b/src/main/resources/mapper/production/ProductBomMapper.xml
index ec06cd3..18e2ed3 100644
--- a/src/main/resources/mapper/production/ProductBomMapper.xml
+++ b/src/main/resources/mapper/production/ProductBomMapper.xml
@@ -18,7 +18,8 @@
     <select id="listPage" resultType="com.ruoyi.production.dto.ProductBomDto">
         select * from (select pb.*,
         pm.model productModelName,
-        p.product_name productName
+        p.product_name productName,
+        pm.uid_no
         from product_bom pb
         left join product_model pm on pb.product_model_id = pm.id
         left join product p on pm.product_id = p.id)A

--
Gitblit v1.9.3