From fcbce36f8734813b13c8f9c5b26b4bd192274534 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 17 十一月 2025 16:30:28 +0800
Subject: [PATCH] 工程打印明细新增玻璃编号显示

---
 north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
index 5464928..1268707 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -1118,10 +1118,10 @@
     <select id="mesSelectWorkBasicDeviceMp">
         SELECT bdp.id,bdp.basic_type,bdp.basic_name, bd.basic_name as basic_category FROM  sd.basic_data as bd left join  `basic_data_produce` as bdp
         on bd.id=bdp.basic_category
-        where bd.basic_category="process" and bdp.basic_type="device" and bd.basic_name = #{process}
+        where bd.basic_category="process" and bdp.basic_type="device"
     </select>
 
     <select id="mesSelectWorkBasicTeamsMp">
-        select id,login_name,user_name,address from erp_user_info.`user`
+        select id,login_name,user_name,address from erp_user_info.`user` where address is not null
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0