From db1a8cd3c7d8423f39bb2bf47bc908d78e3db622 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 14 十一月 2023 16:00:00 +0800
Subject: [PATCH] 添加时间筛选条件

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentTransferOutDetailMapper.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentTransferOutDetailMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentTransferOutDetailMapper.xml
index 57409e9..f9287df 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentTransferOutDetailMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentTransferOutDetailMapper.xml
@@ -57,11 +57,8 @@
         t2.specification as specification,
         t1.update_by as updateBy,
         t1.update_time as updateTime,
-        t3.id AS inManagerId,
         t3.realname as inManagerName,
-        t4.id AS inDepartId,
         t4.depart_name as inDepartName,
-        t5.id AS transferMethodId,
         t5.name as transferMethodName
 
         FROM

--
Gitblit v1.9.3