From 613e4e92157dd697629dbad17fd091ae37637bc7 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期一, 17 十一月 2025 08:50:44 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

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