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