From 28ebad996640ab6fd65858e7e57a2ef5cfb8f0f9 Mon Sep 17 00:00:00 2001 From: cuizhibin Date: Tue, 5 Aug 2025 21:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/main/resources/mapper/ImageMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/resources/mapper/ImageMapper.xml b/core/src/main/resources/mapper/ImageMapper.xml index b46c08c..3c1a334 100644 --- a/core/src/main/resources/mapper/ImageMapper.xml +++ b/core/src/main/resources/mapper/ImageMapper.xml @@ -30,6 +30,7 @@ and i.review_state = #{reviewState} + order by i.create_time desc