修改--后台信息列表以创建时间倒序返回

This commit is contained in:
haotian 2025-04-01 15:43:08 +08:00
parent 8bb1f7750a
commit 79468a533c

View File

@ -204,6 +204,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="nickName != null and nickName != ''">
AND u.nick_name like concat('%', #{nickName}, '%')
</if>
order by u.create_time desc
</select>
<select id="getBackstageUserById" resultMap="UserManagerResult">