|
@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="nickName != null "> and nick_name like concat('%', #{nickName}, '%')</if>
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
</where>
|
|
|
- order by create_time desc for update
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
|
|
|
|
</mapper>
|