diff --git a/src/main/resources/mapper/ext/ExtSysDao.xml b/src/main/resources/mapper/ext/ExtSysDao.xml index ecefa08e..7616eeaa 100644 --- a/src/main/resources/mapper/ext/ExtSysDao.xml +++ b/src/main/resources/mapper/ext/ExtSysDao.xml @@ -90,6 +90,6 @@ t1.create_time from v_disc_spinning_record t1 where t1.user_id = ${userId} - order by t1.id asc + order by t1.id desc \ No newline at end of file