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