From a9b9ccc73ccd260c6857ea6eb177ecbd801adcf9 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 25 六月 2024 10:37:22 +0800 Subject: [PATCH] OEE基础数据导入导出功能优化 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml index 5955ab9..8abc46d 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml @@ -324,8 +324,9 @@ <if test="lineId != null and lineId != ''"> and t1.line_id = #{lineId} </if> - order by (CASE WHEN t1.is_meta='yes' then GETDATE() else t1.create_time end) desc + order by t1.create_time desc </select> +<!-- order by (CASE WHEN t1.is_meta='yes' then GETDATE() else t1.create_time end) desc--> <select id="getStandardList" resultType="org.jeecg.modules.eam.entity.DailyInspectionStandardDetail"> select t9.* from ( select t1.id id, -- Gitblit v1.9.3