From 7474e9db45540a01fa84d29ffa24e39f9d0e0e5b Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 20 三月 2024 11:46:58 +0800
Subject: [PATCH] 修改主页面退出按钮以及其他
---
north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml | 8 ++++++--
1 files changed, 6 insertions(+), 2 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 7bdf911..93dc77b 100644
--- a/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
+++ b/north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
@@ -5,11 +5,15 @@
<mapper namespace="com.example.erp.mapper.mm.BasicWarehouseTypeMapper">
<select id="getBasicWarehouseTypeTakeOut" >
- select * from mm.basic_warehouse_type where operate_type='棰嗗嚭';
+ select * from mm.basic_warehouse_type where type='棰嗗嚭';
</select>
<select id="getBasicWarehouseTypeRework" >
- select * from mm.basic_warehouse_type where operate_type='杩斿伐';
+ select * from mm.basic_warehouse_type where type='杩斿伐';
+ </select>
+
+ <select id="getBasicWarehouseType" >
+ select * from mm.basic_warehouse_type where type=#{type};
</select>
--
Gitblit v1.8.0