From 939ccc9c254870ed15cdd485b9d303bbb00a23f2 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期日, 28 九月 2025 14:16:27 +0800
Subject: [PATCH] 注释加上上海玻璃公司ip
---
north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml | 7 ++++++-
1 files changed, 6 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..ce16fb9 100644
--- a/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
+++ b/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
@@ -20,8 +20,9 @@
select operate_type from mm.basic_warehouse_type where type regexp #{type};
</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 +41,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