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, name, website, contact_number, contact_address, logo_img, qr_img, province_id
delete from branch_office_info
where id = #{id,jdbcType=INTEGER}
delete from branch_office_info
insert into branch_office_info (id, name, website,
contact_number, contact_address, logo_img,
qr_img, province_id)
values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{website,jdbcType=VARCHAR},
#{contactNumber,jdbcType=VARCHAR}, #{contactAddress,jdbcType=VARCHAR}, #{logoImg,jdbcType=VARCHAR},
#{qrImg,jdbcType=VARCHAR}, #{provinceId,jdbcType=INTEGER})
insert into branch_office_info
id,
name,
website,
contact_number,
contact_address,
logo_img,
qr_img,
province_id,
#{id,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{website,jdbcType=VARCHAR},
#{contactNumber,jdbcType=VARCHAR},
#{contactAddress,jdbcType=VARCHAR},
#{logoImg,jdbcType=VARCHAR},
#{qrImg,jdbcType=VARCHAR},
#{provinceId,jdbcType=INTEGER},
update branch_office_info
id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
website = #{record.website,jdbcType=VARCHAR},
contact_number = #{record.contactNumber,jdbcType=VARCHAR},
contact_address = #{record.contactAddress,jdbcType=VARCHAR},
logo_img = #{record.logoImg,jdbcType=VARCHAR},
qr_img = #{record.qrImg,jdbcType=VARCHAR},
province_id = #{record.provinceId,jdbcType=INTEGER},
update branch_office_info
set id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
website = #{record.website,jdbcType=VARCHAR},
contact_number = #{record.contactNumber,jdbcType=VARCHAR},
contact_address = #{record.contactAddress,jdbcType=VARCHAR},
logo_img = #{record.logoImg,jdbcType=VARCHAR},
qr_img = #{record.qrImg,jdbcType=VARCHAR},
province_id = #{record.provinceId,jdbcType=INTEGER}
update branch_office_info
name = #{name,jdbcType=VARCHAR},
website = #{website,jdbcType=VARCHAR},
contact_number = #{contactNumber,jdbcType=VARCHAR},
contact_address = #{contactAddress,jdbcType=VARCHAR},
logo_img = #{logoImg,jdbcType=VARCHAR},
qr_img = #{qrImg,jdbcType=VARCHAR},
province_id = #{provinceId,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update branch_office_info
set name = #{name,jdbcType=VARCHAR},
website = #{website,jdbcType=VARCHAR},
contact_number = #{contactNumber,jdbcType=VARCHAR},
contact_address = #{contactAddress,jdbcType=VARCHAR},
logo_img = #{logoImg,jdbcType=VARCHAR},
qr_img = #{qrImg,jdbcType=VARCHAR},
province_id = #{provinceId,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}