@ -126,7 +126,7 @@
*
FROM user_base_info
WHERE DEL_FLAG = '0'
AND customer_id = #{=customerId}
AND customer_id = #{customerId}
<if test="idNum != null and idNum != ''">
and id_num=#{idNum}
</if>