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, content_id, screen_bullet, create_time
delete from screen_bullet
where id = #{id,jdbcType=BIGINT}
delete from screen_bullet
insert into screen_bullet (id, content_id, screen_bullet,
create_time)
values (#{id,jdbcType=BIGINT}, #{contentId,jdbcType=BIGINT}, #{screenBullet,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP})
insert into screen_bullet
id,
content_id,
screen_bullet,
create_time,
#{id,jdbcType=BIGINT},
#{contentId,jdbcType=BIGINT},
#{screenBullet,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update screen_bullet
id = #{record.id,jdbcType=BIGINT},
content_id = #{record.contentId,jdbcType=BIGINT},
screen_bullet = #{record.screenBullet,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update screen_bullet
set id = #{record.id,jdbcType=BIGINT},
content_id = #{record.contentId,jdbcType=BIGINT},
screen_bullet = #{record.screenBullet,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update screen_bullet
content_id = #{contentId,jdbcType=BIGINT},
screen_bullet = #{screenBullet,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update screen_bullet
set content_id = #{contentId,jdbcType=BIGINT},
screen_bullet = #{screenBullet,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}