Commit 5f8e2c3f by yao.xiao

保存经纪人电话,证件号加密

parent 323571d9
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
`name` = #{name,jdbcType=VARCHAR}, `name` = #{name,jdbcType=VARCHAR},
</if> </if>
<if test="mobileNo != null"> <if test="mobileNo != null">
mobile_no = #{mobileNo,jdbcType=VARCHAR}, mobile_no = #{mobileNo,jdbcType=VARCHAR,typeHandler=com.yd.util.deshandler.DESTypeHandler},
</if> </if>
<if test="idTypeId != null"> <if test="idTypeId != null">
id_type_id = #{idTypeId,jdbcType=BIGINT}, id_type_id = #{idTypeId,jdbcType=BIGINT},
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
id_type = #{idType,jdbcType=VARCHAR}, id_type = #{idType,jdbcType=VARCHAR},
</if> </if>
<if test="idNo != null"> <if test="idNo != null">
id_no = #{idNo,jdbcType=VARCHAR}, id_no = #{idNo,jdbcType=VARCHAR,typeHandler=com.yd.util.deshandler.DESTypeHandler},
</if> </if>
<if test="practitionerBirthdate != null"> <if test="practitionerBirthdate != null">
practitioner_birthdate = #{practitionerBirthdate,jdbcType=DATE}, practitioner_birthdate = #{practitionerBirthdate,jdbcType=DATE},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment