From 774eae4b6ec65670a36ad74e561b09aca59a45c7 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 17 九月 2025 09:18:45 +0800
Subject: [PATCH] 修改物料修改问题

---
 north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml |    2 +-
 1 files changed, 1 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 1afd6dd..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"  >

--
Gitblit v1.8.0