|
@@ -464,12 +464,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
AND u.company_name like concat('%', #{companyName}, '%')
|
|
AND u.company_name like concat('%', #{companyName}, '%')
|
|
</if>
|
|
</if>
|
|
<if test="idCard != null and idCard != ''">
|
|
<if test="idCard != null and idCard != ''">
|
|
- AND u.id_card like concat('%', #{idCard}, '%')
|
|
|
|
|
|
+ AND u.id_card like concat('%', #{idCard,typeHandler=com.zhongzheng.common.type.EncryptHandler}, '%')
|
|
</if>
|
|
</if>
|
|
<if test="idCards != null and idCards.size() != 0">
|
|
<if test="idCards != null and idCards.size() != 0">
|
|
AND u.id_card IN
|
|
AND u.id_card IN
|
|
<foreach collection="idCards" item="item" index="index" open="(" close=")" separator=",">
|
|
<foreach collection="idCards" item="item" index="index" open="(" close=")" separator=",">
|
|
- #{item}
|
|
|
|
|
|
+ #{item,typeHandler=com.zhongzheng.common.type.EncryptHandler}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
<if test="orderSn != null and orderSn != ''">
|
|
<if test="orderSn != null and orderSn != ''">
|