|
@@ -183,6 +183,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</choose>
|
|
|
</when>
|
|
|
</choose>
|
|
|
+ <if test="user.nickName != null and user.nickName != ''">and su.nick_name like concat('%', #{user.nickName}, '%')</if>
|
|
|
+ <if test="user.phonenumber != null and user.phonenumber != ''">and su.phonenumber like concat('%', #{user.phonenumber}, '%')</if>
|
|
|
</where>
|
|
|
order by create_time desc
|
|
|
</select>
|