From 73be6b08f5a94e71550fe788c5d74705daa91be0 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 22 三月 2024 16:48:07 +0800
Subject: [PATCH] 订单首页右键查询流程卡进度
---
north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml | 10 +++++++++-
1 files changed, 9 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 6c3461f..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,7 +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 type='杩斿伐';
+ </select>
+
+ <select id="getBasicWarehouseType" >
+ select * from mm.basic_warehouse_type where type=#{type};
</select>
--
Gitblit v1.8.0