From 592662a6868e17ba91f0f5964baf0b0e034001e8 Mon Sep 17 00:00:00 2001
From: liuchuan <1084917737@qq.com>
Date: Sun, 24 Dec 2023 13:26:21 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BB=A3=E7=A0=81=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../sgzb-base/src/main/resources/mapper/base/RepairMapper.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/RepairMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/RepairMapper.xml
index 9ef3ee62..2ab9db73 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/RepairMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/RepairMapper.xml
@@ -113,6 +113,7 @@
AND ts.create_time between #{startTime} and #{endTime}
GROUP BY rd.task_id,bui.unit_name,bpi.pro_name,bai.code,su.user_name
+ order by tt.create_time desc