From c9b74cad45958b8ec7f9fe7fbe4f452dff3cdbd2 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期四, 14 十二月 2023 09:41:27 +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