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, publish_content_id, new_channel_content_id, title, pq_video_id, video_oss_path,
`status`
delete from ai_video_ab_test
where id = #{id,jdbcType=INTEGER}
delete from ai_video_ab_test
insert into ai_video_ab_test (id, content_id, publish_content_id,
new_channel_content_id, title, pq_video_id,
video_oss_path, `status`)
values (#{id,jdbcType=INTEGER}, #{contentId,jdbcType=VARCHAR}, #{publishContentId,jdbcType=VARCHAR},
#{newChannelContentId,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, #{pqVideoId,jdbcType=INTEGER},
#{videoOssPath,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER})
insert into ai_video_ab_test
id,
content_id,
publish_content_id,
new_channel_content_id,
title,
pq_video_id,
video_oss_path,
`status`,
#{id,jdbcType=INTEGER},
#{contentId,jdbcType=VARCHAR},
#{publishContentId,jdbcType=VARCHAR},
#{newChannelContentId,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{pqVideoId,jdbcType=INTEGER},
#{videoOssPath,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
update ai_video_ab_test
id = #{record.id,jdbcType=INTEGER},
content_id = #{record.contentId,jdbcType=VARCHAR},
publish_content_id = #{record.publishContentId,jdbcType=VARCHAR},
new_channel_content_id = #{record.newChannelContentId,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
pq_video_id = #{record.pqVideoId,jdbcType=INTEGER},
video_oss_path = #{record.videoOssPath,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
update ai_video_ab_test
set id = #{record.id,jdbcType=INTEGER},
content_id = #{record.contentId,jdbcType=VARCHAR},
publish_content_id = #{record.publishContentId,jdbcType=VARCHAR},
new_channel_content_id = #{record.newChannelContentId,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
pq_video_id = #{record.pqVideoId,jdbcType=INTEGER},
video_oss_path = #{record.videoOssPath,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER}
update ai_video_ab_test
content_id = #{contentId,jdbcType=VARCHAR},
publish_content_id = #{publishContentId,jdbcType=VARCHAR},
new_channel_content_id = #{newChannelContentId,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
pq_video_id = #{pqVideoId,jdbcType=INTEGER},
video_oss_path = #{videoOssPath,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update ai_video_ab_test
set content_id = #{contentId,jdbcType=VARCHAR},
publish_content_id = #{publishContentId,jdbcType=VARCHAR},
new_channel_content_id = #{newChannelContentId,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
pq_video_id = #{pqVideoId,jdbcType=INTEGER},
video_oss_path = #{videoOssPath,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}