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, plan_id, video_id, title, cover, video, create_account_id, create_timestamp
delete from content_platform_qw_plan_video
where id = #{id,jdbcType=BIGINT}
delete from content_platform_qw_plan_video
insert into content_platform_qw_plan_video (id, plan_id, video_id,
title, cover, video,
create_account_id, create_timestamp)
values (#{id,jdbcType=BIGINT}, #{planId,jdbcType=BIGINT}, #{videoId,jdbcType=BIGINT},
#{title,jdbcType=VARCHAR}, #{cover,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR},
#{createAccountId,jdbcType=BIGINT}, #{createTimestamp,jdbcType=BIGINT})
insert into content_platform_qw_plan_video
id,
plan_id,
video_id,
title,
cover,
video,
create_account_id,
create_timestamp,
#{id,jdbcType=BIGINT},
#{planId,jdbcType=BIGINT},
#{videoId,jdbcType=BIGINT},
#{title,jdbcType=VARCHAR},
#{cover,jdbcType=VARCHAR},
#{video,jdbcType=VARCHAR},
#{createAccountId,jdbcType=BIGINT},
#{createTimestamp,jdbcType=BIGINT},
update content_platform_qw_plan_video
id = #{record.id,jdbcType=BIGINT},
plan_id = #{record.planId,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update content_platform_qw_plan_video
set id = #{record.id,jdbcType=BIGINT},
plan_id = #{record.planId,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT}
update content_platform_qw_plan_video
plan_id = #{planId,jdbcType=BIGINT},
video_id = #{videoId,jdbcType=BIGINT},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_qw_plan_video
set plan_id = #{planId,jdbcType=BIGINT},
video_id = #{videoId,jdbcType=BIGINT},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}