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, video_id, title, cover, video, audit_status, audit_reason, score, is_delete,
create_account_id, create_timestamp, update_timestamp
delete from content_platform_upload_video
where id = #{id,jdbcType=BIGINT}
delete from content_platform_upload_video
insert into content_platform_upload_video (id, video_id, title,
cover, video, audit_status,
audit_reason, score, is_delete,
create_account_id, create_timestamp, update_timestamp
)
values (#{id,jdbcType=BIGINT}, #{videoId,jdbcType=BIGINT}, #{title,jdbcType=VARCHAR},
#{cover,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR}, #{auditStatus,jdbcType=INTEGER},
#{auditReason,jdbcType=VARCHAR}, #{score,jdbcType=DOUBLE}, #{isDelete,jdbcType=INTEGER},
#{createAccountId,jdbcType=BIGINT}, #{createTimestamp,jdbcType=BIGINT}, #{updateTimestamp,jdbcType=BIGINT}
)
insert into content_platform_upload_video
id,
video_id,
title,
cover,
video,
audit_status,
audit_reason,
score,
is_delete,
create_account_id,
create_timestamp,
update_timestamp,
#{id,jdbcType=BIGINT},
#{videoId,jdbcType=BIGINT},
#{title,jdbcType=VARCHAR},
#{cover,jdbcType=VARCHAR},
#{video,jdbcType=VARCHAR},
#{auditStatus,jdbcType=INTEGER},
#{auditReason,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE},
#{isDelete,jdbcType=INTEGER},
#{createAccountId,jdbcType=BIGINT},
#{createTimestamp,jdbcType=BIGINT},
#{updateTimestamp,jdbcType=BIGINT},
update content_platform_upload_video
id = #{record.id,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
audit_status = #{record.auditStatus,jdbcType=INTEGER},
audit_reason = #{record.auditReason,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT},
update content_platform_upload_video
set id = #{record.id,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
title = #{record.title,jdbcType=VARCHAR},
cover = #{record.cover,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
audit_status = #{record.auditStatus,jdbcType=INTEGER},
audit_reason = #{record.auditReason,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update_timestamp = #{record.updateTimestamp,jdbcType=BIGINT}
update content_platform_upload_video
video_id = #{videoId,jdbcType=BIGINT},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
audit_status = #{auditStatus,jdbcType=INTEGER},
audit_reason = #{auditReason,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
is_delete = #{isDelete,jdbcType=INTEGER},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_upload_video
set video_id = #{videoId,jdbcType=BIGINT},
title = #{title,jdbcType=VARCHAR},
cover = #{cover,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
audit_status = #{auditStatus,jdbcType=INTEGER},
audit_reason = #{auditReason,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
is_delete = #{isDelete,jdbcType=INTEGER},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
update_timestamp = #{updateTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}