|
@@ -345,7 +345,7 @@
|
|
|
AND u.realname like concat('%', #{realname}, '%')
|
|
|
</if>
|
|
|
<if test="telphone != null and telphone != ''">
|
|
|
- AND u.telphone = #{idCard,typeHandler=com.zhongzheng.common.type.EncryptHandler}
|
|
|
+ AND u.telphone = #{telphone,typeHandler=com.zhongzheng.common.type.EncryptHandler}
|
|
|
</if>
|
|
|
<if test="idCard != null and idCard != ''">
|
|
|
AND u.id_card = #{idCard,typeHandler=com.zhongzheng.common.type.EncryptHandler}
|