|
@@ -262,7 +262,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="idNumber != null and idNumber != ''">id_number = #{idNumber},</if>
|
|
|
<if test="accountId != null and accountId != ''">account_id = #{accountId},</if>
|
|
|
<if test="isAuthentication != null and isAuthentication != ''">is_authentication = #{isAuthentication},</if>
|
|
|
- <if test="personAttestationTime != null and personAttestationTime != ''">person_attestation_time = #{personAttestationTime},</if>
|
|
|
+ <if test="personAttestationTime != null">person_attestation_time = #{personAttestationTime},</if>
|
|
|
<if test="receiveUrlMobileNo != null and receiveUrlMobileNo != ''">receive_url_mobile_no = #{receiveUrlMobileNo},</if>
|
|
|
<if test="status != null and status != ''">status = #{status},</if>
|
|
|
<if test="loginIp != null and loginIp != ''">login_ip = #{loginIp},</if>
|