From cfe9f973085db1593c143d2e475d0987e2f85c52 Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Mon, 1 Aug 2022 15:51:51 +0800 Subject: [PATCH] =?UTF-8?q?2022-08-01=20=E9=92=88=E5=AF=B9=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E6=8A=A5=E5=B7=A5=E9=A1=B5=E9=9D=A2=20=20=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E6=94=B9=E6=88=90=E6=8C=89=E7=85=A7=E5=BC=80=E5=B7=A5?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=8D=87=E5=BA=8F=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/schedule/ScheduleMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/schedule/ScheduleMapper.xml b/src/main/resources/mapper/schedule/ScheduleMapper.xml index fbaaaeb..a774d13 100644 --- a/src/main/resources/mapper/schedule/ScheduleMapper.xml +++ b/src/main/resources/mapper/schedule/ScheduleMapper.xml @@ -211,7 +211,7 @@ and T.ClosedFlag = #{closedFlag} - Order by T.PlanFinishTime desc + Order by T.PlanStartTime ASC, T.PlanFinishTime desc