id, uid, identity_type, company_name, location, unit_size, company_introduction,
home_unit, "enterprise qualification", logo, "publicity _picture"
delete from organization_info
where id = #{id,jdbcType=VARCHAR}
insert into organization_info (id, uid, identity_type,
company_name, location, unit_size,
company_introduction, home_unit, "enterprise qualification",
logo, "publicity _picture")
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{identityType,jdbcType=VARCHAR},
#{companyName,jdbcType=VARCHAR}, #{location,jdbcType=VARCHAR}, #{unitSize,jdbcType=VARCHAR},
#{companyIntroduction,jdbcType=VARCHAR}, #{homeUnit,jdbcType=VARCHAR}, #{enterpriseQualification,jdbcType=VARCHAR},
#{logo,jdbcType=VARCHAR}, #{publicityPicture,jdbcType=VARCHAR})
insert into organization_info
id,
uid,
identity_type,
company_name,
location,
unit_size,
company_introduction,
home_unit,
"enterprise qualification",
logo,
"publicity _picture",
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{identityType,jdbcType=VARCHAR},
#{companyName,jdbcType=VARCHAR},
#{location,jdbcType=VARCHAR},
#{unitSize,jdbcType=VARCHAR},
#{companyIntroduction,jdbcType=VARCHAR},
#{homeUnit,jdbcType=VARCHAR},
#{enterpriseQualification,jdbcType=VARCHAR},
#{logo,jdbcType=VARCHAR},
#{publicityPicture,jdbcType=VARCHAR},
update organization_info
uid = #{uid,jdbcType=VARCHAR},
identity_type = #{identityType,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
location = #{location,jdbcType=VARCHAR},
unit_size = #{unitSize,jdbcType=VARCHAR},
company_introduction = #{companyIntroduction,jdbcType=VARCHAR},
home_unit = #{homeUnit,jdbcType=VARCHAR},
"enterprise qualification" = #{enterpriseQualification,jdbcType=VARCHAR},
logo = #{logo,jdbcType=VARCHAR},
"publicity _picture" = #{publicityPicture,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update organization_info
set uid = #{uid,jdbcType=VARCHAR},
identity_type = #{identityType,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
location = #{location,jdbcType=VARCHAR},
unit_size = #{unitSize,jdbcType=VARCHAR},
company_introduction = #{companyIntroduction,jdbcType=VARCHAR},
home_unit = #{homeUnit,jdbcType=VARCHAR},
"enterprise qualification" = #{enterpriseQualification,jdbcType=VARCHAR},
logo = #{logo,jdbcType=VARCHAR},
"publicity _picture" = #{publicityPicture,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}