|
@@ -284,6 +284,9 @@
|
|
|
<if test="phonenumber != null and phonenumber != ''">
|
|
|
AND u.phonenumber like concat('%', #{phonenumber}, '%')
|
|
|
</if>
|
|
|
+ <if test="nickName != null and nickName != ''">
|
|
|
+ AND u.nickName like concat('%', #{nickName}, '%')
|
|
|
+ </if>
|
|
|
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
|
|
AND date_format(u.create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
|
|
|
</if>
|