From 8821a4d7bfb4e0eaed9a40a2fd317f6b2b256bb4 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 11 九月 2025 18:08:23 +0800
Subject: [PATCH] 提交 入库箱号判断条件

---
 north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml b/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
index f1ddbd1..e31501b 100644
--- a/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
+++ b/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
@@ -21,7 +21,7 @@
     </select>
 
     <select id="getBasicWarehouseTypeAll" >
-        select * from mm.basic_warehouse_type where type!='鍘熺墖' and type!='杈呮枡'  order by id desc;
+        select * from mm.basic_warehouse_type where type!=#{originalFilm} and type!=#{accessories}  order by id desc;
     </select>
 
     <insert id="insertBasicWarehouse"  useGeneratedKeys="true"  >
@@ -40,6 +40,10 @@
         update mm.basic_warehouse_type set operate_type_name=#{operateTypeName},create_time=now() where id=#{id}
     </update>
 
+    <select id="getBasicWarehouseUser" >
+        select user_name from erp_user_info.user u where u.address regexp #{type};
+    </select>
+
 
 
 

--
Gitblit v1.8.0