修改--后台信息列表以创建时间倒序返回
This commit is contained in:
parent
8bb1f7750a
commit
79468a533c
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user