From 79468a533c8e8e5cd7a1fa97ac09dbc9b3b40c13 Mon Sep 17 00:00:00 2001
From: haotian <2421912570@qq.com>
Date: Tue, 1 Apr 2025 15:43:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9--=E5=90=8E=E5=8F=B0=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E5=88=97=E8=A1=A8=E4=BB=A5=E5=88=9B=E5=BB=BA=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E5=80=92=E5=BA=8F=E8=BF=94=E5=9B=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
index 8fd17f32..46e2b811 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -204,6 +204,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND u.nick_name like concat('%', #{nickName}, '%')
+ order by u.create_time desc