insert into ms_ms_identi_authenti( name, identity_no, certification_time, certification_status, open_id, create_by, phone, email, create_time )values( #{name}, #{identityNo}, sysdate(), #{certificationStatus}, #{openId}, #{createBy}, #{phone}, #{email}, sysdate() ) update ms_ms_identi_authenti phone = #{phone}, email = #{email}, update_by = #{updateBy}, update_time = sysdate() where id = #{id}