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
delete from business_glossory
where id = #{id,jdbcType=INTEGER}
delete from business_glossory
insert into business_glossory (id, name)
values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR})
insert into business_glossory
id,
name,
#{id,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
update business_glossory
id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
update business_glossory
set id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR}
update business_glossory
name = #{name,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update business_glossory
set name = #{name,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}