From 4643edd644cf49fa1da8e2c5a5b69549e7a37f22 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 07 四月 2026 13:04:30 +0800
Subject: [PATCH] 导入导出供应商增加供应商类型

---
 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