From 88c6a0e35a1edc37872fb11725c229124b037c43 Mon Sep 17 00:00:00 2001 From: yb <1113799@qq.com> Date: 星期五, 05 九月 2025 13:19:16 +0800 Subject: [PATCH] 倍率统计导出bug调整 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml index 7034af5..c6d5a8b 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml @@ -27,7 +27,7 @@ #{ id } </foreach> </if> - ORDER BY t1.the_date ASC + ORDER BY t1.the_date,t1.equipment_id ASC </select> @@ -53,6 +53,6 @@ #{ id } </foreach> </if> - ORDER BY t1.the_date ASC + ORDER BY t1.the_date,t1.equipment_id ASC </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3