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, ad_video_image_id, `status`, task_id, task_type, task_status, muse_material_id,
muse_url, stitch_url, final_url, media_id, is_delete, create_time, update_time
delete from ad_muse_task
where id = #{id,jdbcType=BIGINT}
delete from ad_muse_task
insert into ad_muse_task (id, ad_video_id, ad_video_image_id,
`status`, task_id, task_type,
task_status, muse_material_id, muse_url,
stitch_url, final_url, media_id,
is_delete, create_time, update_time
)
values (#{id,jdbcType=BIGINT}, #{adVideoId,jdbcType=BIGINT}, #{adVideoImageId,jdbcType=BIGINT},
#{status,jdbcType=INTEGER}, #{taskId,jdbcType=BIGINT}, #{taskType,jdbcType=VARCHAR},
#{taskStatus,jdbcType=VARCHAR}, #{museMaterialId,jdbcType=BIGINT}, #{museUrl,jdbcType=VARCHAR},
#{stitchUrl,jdbcType=VARCHAR}, #{finalUrl,jdbcType=VARCHAR}, #{mediaId,jdbcType=BIGINT},
#{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
)
insert into ad_muse_task
id,
ad_video_id,
ad_video_image_id,
`status`,
task_id,
task_type,
task_status,
muse_material_id,
muse_url,
stitch_url,
final_url,
media_id,
is_delete,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{adVideoId,jdbcType=BIGINT},
#{adVideoImageId,jdbcType=BIGINT},
#{status,jdbcType=INTEGER},
#{taskId,jdbcType=BIGINT},
#{taskType,jdbcType=VARCHAR},
#{taskStatus,jdbcType=VARCHAR},
#{museMaterialId,jdbcType=BIGINT},
#{museUrl,jdbcType=VARCHAR},
#{stitchUrl,jdbcType=VARCHAR},
#{finalUrl,jdbcType=VARCHAR},
#{mediaId,jdbcType=BIGINT},
#{isDelete,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update ad_muse_task
id = #{record.id,jdbcType=BIGINT},
ad_video_id = #{record.adVideoId,jdbcType=BIGINT},
ad_video_image_id = #{record.adVideoImageId,jdbcType=BIGINT},
`status` = #{record.status,jdbcType=INTEGER},
task_id = #{record.taskId,jdbcType=BIGINT},
task_type = #{record.taskType,jdbcType=VARCHAR},
task_status = #{record.taskStatus,jdbcType=VARCHAR},
muse_material_id = #{record.museMaterialId,jdbcType=BIGINT},
muse_url = #{record.museUrl,jdbcType=VARCHAR},
stitch_url = #{record.stitchUrl,jdbcType=VARCHAR},
final_url = #{record.finalUrl,jdbcType=VARCHAR},
media_id = #{record.mediaId,jdbcType=BIGINT},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update ad_muse_task
set id = #{record.id,jdbcType=BIGINT},
ad_video_id = #{record.adVideoId,jdbcType=BIGINT},
ad_video_image_id = #{record.adVideoImageId,jdbcType=BIGINT},
`status` = #{record.status,jdbcType=INTEGER},
task_id = #{record.taskId,jdbcType=BIGINT},
task_type = #{record.taskType,jdbcType=VARCHAR},
task_status = #{record.taskStatus,jdbcType=VARCHAR},
muse_material_id = #{record.museMaterialId,jdbcType=BIGINT},
muse_url = #{record.museUrl,jdbcType=VARCHAR},
stitch_url = #{record.stitchUrl,jdbcType=VARCHAR},
final_url = #{record.finalUrl,jdbcType=VARCHAR},
media_id = #{record.mediaId,jdbcType=BIGINT},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update ad_muse_task
ad_video_id = #{adVideoId,jdbcType=BIGINT},
ad_video_image_id = #{adVideoImageId,jdbcType=BIGINT},
`status` = #{status,jdbcType=INTEGER},
task_id = #{taskId,jdbcType=BIGINT},
task_type = #{taskType,jdbcType=VARCHAR},
task_status = #{taskStatus,jdbcType=VARCHAR},
muse_material_id = #{museMaterialId,jdbcType=BIGINT},
muse_url = #{museUrl,jdbcType=VARCHAR},
stitch_url = #{stitchUrl,jdbcType=VARCHAR},
final_url = #{finalUrl,jdbcType=VARCHAR},
media_id = #{mediaId,jdbcType=BIGINT},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update ad_muse_task
set ad_video_id = #{adVideoId,jdbcType=BIGINT},
ad_video_image_id = #{adVideoImageId,jdbcType=BIGINT},
`status` = #{status,jdbcType=INTEGER},
task_id = #{taskId,jdbcType=BIGINT},
task_type = #{taskType,jdbcType=VARCHAR},
task_status = #{taskStatus,jdbcType=VARCHAR},
muse_material_id = #{museMaterialId,jdbcType=BIGINT},
muse_url = #{museUrl,jdbcType=VARCHAR},
stitch_url = #{stitchUrl,jdbcType=VARCHAR},
final_url = #{finalUrl,jdbcType=VARCHAR},
media_id = #{mediaId,jdbcType=BIGINT},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}