From 84dbb1e8fb8a3b51e3159ffcdf06cef392881b51 Mon Sep 17 00:00:00 2001 From: fanshuai <1141904845@qq.com> Date: Tue, 20 May 2025 11:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=20=E3=80=90=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E3=80=91=E6=96=B0=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E5=A4=84=E4=BA=8E=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=BA=95=E9=83=A8=EF=BC=8C=E6=9C=AA=E5=A4=84=E4=BA=8E?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=89=8D=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/managementPlatform/DevEnvironmentDaoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml index dded0f7f..01dfc703 100644 --- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml +++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml @@ -65,7 +65,7 @@ and state = #{devEnvironment.state} - limit #{pageable.offset}, #{pageable.pageSize} + order by create_time desc limit #{pageable.offset}, #{pageable.pageSize}