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, `date`, staff_id, video_ids, is_delete, create_time, update_time
delete from we_com_guarantees_video
where id = #{id,jdbcType=BIGINT}
delete from we_com_guarantees_video
insert into we_com_guarantees_video (id, `date`, staff_id,
video_ids, is_delete, create_time,
update_time)
values (#{id,jdbcType=BIGINT}, #{date,jdbcType=VARCHAR}, #{staffId,jdbcType=BIGINT},
#{videoIds,jdbcType=VARCHAR}, #{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
insert into we_com_guarantees_video
id,
`date`,
staff_id,
video_ids,
is_delete,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{date,jdbcType=VARCHAR},
#{staffId,jdbcType=BIGINT},
#{videoIds,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update we_com_guarantees_video
id = #{record.id,jdbcType=BIGINT},
`date` = #{record.date,jdbcType=VARCHAR},
staff_id = #{record.staffId,jdbcType=BIGINT},
video_ids = #{record.videoIds,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update we_com_guarantees_video
set id = #{record.id,jdbcType=BIGINT},
`date` = #{record.date,jdbcType=VARCHAR},
staff_id = #{record.staffId,jdbcType=BIGINT},
video_ids = #{record.videoIds,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update we_com_guarantees_video
`date` = #{date,jdbcType=VARCHAR},
staff_id = #{staffId,jdbcType=BIGINT},
video_ids = #{videoIds,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update we_com_guarantees_video
set `date` = #{date,jdbcType=VARCHAR},
staff_id = #{staffId,jdbcType=BIGINT},
video_ids = #{videoIds,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}