From 1940da7294dd7bc9e67b7455f8d4f86796c2fce6 Mon Sep 17 00:00:00 2001 From: liuguijing <123456> Date: Wed, 31 May 2023 12:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xymanager_dao/src/main/resources/mappers/SchedulesDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xymanager_dao/src/main/resources/mappers/SchedulesDao.xml b/xymanager_dao/src/main/resources/mappers/SchedulesDao.xml index fc015a0..4fbba74 100644 --- a/xymanager_dao/src/main/resources/mappers/SchedulesDao.xml +++ b/xymanager_dao/src/main/resources/mappers/SchedulesDao.xml @@ -78,7 +78,7 @@ from schedules x, schedule_detailss y where y.schedule_id = x.id and x.status = #{status} and y.schedule_id = #{id} - order by x.create_time desc + order by y.id asc