From 7e9d8f27ea075780610635e9320ada89d0ade63c Mon Sep 17 00:00:00 2001 From: Tankaikai Date: Wed, 2 Apr 2025 16:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E5=89=A7=E6=96=B0=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/ext/ExtSysDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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