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, ad_video_id, account_id, image_url, `status`, tencent_image_id, is_delete, create_time,
update_time
delete from ad_video_image
where id = #{id,jdbcType=BIGINT}
delete from ad_video_image
insert into ad_video_image (id, ad_video_id, account_id,
image_url, `status`, tencent_image_id,
is_delete, create_time, update_time
)
values (#{id,jdbcType=BIGINT}, #{adVideoId,jdbcType=BIGINT}, #{accountId,jdbcType=VARCHAR},
#{imageUrl,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{tencentImageId,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
)
insert into ad_video_image
id,
ad_video_id,
account_id,
image_url,
`status`,
tencent_image_id,
is_delete,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{adVideoId,jdbcType=BIGINT},
#{accountId,jdbcType=VARCHAR},
#{imageUrl,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{tencentImageId,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update ad_video_image
id = #{record.id,jdbcType=BIGINT},
ad_video_id = #{record.adVideoId,jdbcType=BIGINT},
account_id = #{record.accountId,jdbcType=VARCHAR},
image_url = #{record.imageUrl,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
tencent_image_id = #{record.tencentImageId,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update ad_video_image
set id = #{record.id,jdbcType=BIGINT},
ad_video_id = #{record.adVideoId,jdbcType=BIGINT},
account_id = #{record.accountId,jdbcType=VARCHAR},
image_url = #{record.imageUrl,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
tencent_image_id = #{record.tencentImageId,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update ad_video_image
ad_video_id = #{adVideoId,jdbcType=BIGINT},
account_id = #{accountId,jdbcType=VARCHAR},
image_url = #{imageUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
tencent_image_id = #{tencentImageId,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update ad_video_image
set ad_video_id = #{adVideoId,jdbcType=BIGINT},
account_id = #{accountId,jdbcType=VARCHAR},
image_url = #{imageUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
tencent_image_id = #{tencentImageId,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}