|
|
@@ -410,6 +410,9 @@
|
|
|
<if test="realname != null and realname != ''">
|
|
|
AND u.realname like concat('%', #{realname}, '%')
|
|
|
</if>
|
|
|
+ <if test="sectionName != null and sectionName != ''">
|
|
|
+ AND cs.name like concat('%', #{sectionName}, '%')
|
|
|
+ </if>
|
|
|
<if test="telphone != null and telphone != ''">
|
|
|
AND u.telphone = #{telphone`,typeHandler=com.zhongzheng.common.type.EncryptHandler`}
|
|
|
</if>
|