and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, cid, company_name, location_province, location_city, location_area, adress, company_industry,
remarks
delete from customer_organization_info
where id = #{id,jdbcType=VARCHAR}
delete from customer_organization_info
insert into customer_organization_info (id, cid, company_name,
location_province, location_city, location_area,
adress, company_industry, remarks
)
values (#{id,jdbcType=VARCHAR}, #{cid,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR},
#{locationProvince,jdbcType=CHAR}, #{locationCity,jdbcType=VARCHAR}, #{locationArea,jdbcType=VARCHAR},
#{adress,jdbcType=VARCHAR}, #{companyIndustry,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR}
)
insert into customer_organization_info
id,
cid,
company_name,
location_province,
location_city,
location_area,
adress,
company_industry,
remarks,
#{id,jdbcType=VARCHAR},
#{cid,jdbcType=VARCHAR},
#{companyName,jdbcType=VARCHAR},
#{locationProvince,jdbcType=CHAR},
#{locationCity,jdbcType=VARCHAR},
#{locationArea,jdbcType=VARCHAR},
#{adress,jdbcType=VARCHAR},
#{companyIndustry,jdbcType=VARCHAR},
#{remarks,jdbcType=VARCHAR},
update customer_organization_info
id = #{record.id,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
company_name = #{record.companyName,jdbcType=VARCHAR},
location_province = #{record.locationProvince,jdbcType=CHAR},
location_city = #{record.locationCity,jdbcType=VARCHAR},
location_area = #{record.locationArea,jdbcType=VARCHAR},
adress = #{record.adress,jdbcType=VARCHAR},
company_industry = #{record.companyIndustry,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR},
update customer_organization_info
set id = #{record.id,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
company_name = #{record.companyName,jdbcType=VARCHAR},
location_province = #{record.locationProvince,jdbcType=CHAR},
location_city = #{record.locationCity,jdbcType=VARCHAR},
location_area = #{record.locationArea,jdbcType=VARCHAR},
adress = #{record.adress,jdbcType=VARCHAR},
company_industry = #{record.companyIndustry,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR}
update customer_organization_info
cid = #{cid,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
location_province = #{locationProvince,jdbcType=CHAR},
location_city = #{locationCity,jdbcType=VARCHAR},
location_area = #{locationArea,jdbcType=VARCHAR},
adress = #{adress,jdbcType=VARCHAR},
company_industry = #{companyIndustry,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update customer_organization_info
set cid = #{cid,jdbcType=VARCHAR},
company_name = #{companyName,jdbcType=VARCHAR},
location_province = #{locationProvince,jdbcType=CHAR},
location_city = #{locationCity,jdbcType=VARCHAR},
location_area = #{locationArea,jdbcType=VARCHAR},
adress = #{adress,jdbcType=VARCHAR},
company_industry = #{companyIndustry,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
update customer_organization_info
company_name = #{companyName,jdbcType=VARCHAR},
location_province = #{locationProvince,jdbcType=CHAR},
location_city = #{locationCity,jdbcType=VARCHAR},
location_area = #{locationArea,jdbcType=VARCHAR},
adress = #{adress,jdbcType=VARCHAR},
company_industry = #{companyIndustry,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
where cid = #{cid,jdbcType=VARCHAR}