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