id, uid, contacts, fixed_tel, qq, postal_address, postcode ,legal_Person
delete from organization_identity
where id = #{id,jdbcType=VARCHAR}
insert into organization_identity (id, uid, contacts,
fixed_tel, qq, postal_address,
postcode, legal_person)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{contacts,jdbcType=VARCHAR},
#{fixedTel,jdbcType=VARCHAR}, #{qq,jdbcType=VARCHAR}, #{postalAddress,jdbcType=VARCHAR},
#{postcode,jdbcType=VARCHAR}, #{legalPerson,jdbcType=VARCHAR})
insert into organization_identity
id,
uid,
contacts,
fixed_tel,
qq,
postal_address,
postcode,
legal_person,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{contacts,jdbcType=VARCHAR},
#{fixedTel,jdbcType=VARCHAR},
#{qq,jdbcType=VARCHAR},
#{postalAddress,jdbcType=VARCHAR},
#{postcode,jdbcType=VARCHAR},
#{legalPerson,jdbcType=VARCHAR},
update organization_identity
uid = #{uid,jdbcType=VARCHAR},
contacts = #{contacts,jdbcType=VARCHAR},
fixed_tel = #{fixedTel,jdbcType=VARCHAR},
qq = #{qq,jdbcType=VARCHAR},
postal_address = #{postalAddress,jdbcType=VARCHAR},
postcode = #{postcode,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update organization_identity
set uid = #{uid,jdbcType=VARCHAR},
contacts = #{contacts,jdbcType=VARCHAR},
fixed_tel = #{fixedTel,jdbcType=VARCHAR},
qq = #{qq,jdbcType=VARCHAR},
postal_address = #{postalAddress,jdbcType=VARCHAR},
postcode = #{postcode,jdbcType=VARCHAR}
legal_person = #{legalPerson,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}