From d6f3c03c609d90b098070ce8fc20955bc347e169 Mon Sep 17 00:00:00 2001 From: Xusan <1105644308@QQ.COM> Date: Wed, 22 May 2024 16:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/VersionsMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/VersionsMapper.xml b/src/main/resources/mapper/VersionsMapper.xml index b7f0437..0c516bd 100644 --- a/src/main/resources/mapper/VersionsMapper.xml +++ b/src/main/resources/mapper/VersionsMapper.xml @@ -25,7 +25,7 @@ - ORDER BY V.VERSION DESC + ORDER BY V.CREATE_TIME DESC, V.VERSION DESC