insert into video(id, scenic_id, member_id, template_id, task_id, worker_id, video_url)
values (#{id}, #{scenicId}, #{memberId}, #{templateId}, #{taskId}, #{workerId}, #{videoUrl})
update video
scenic_id = #{scenicId},
member_id = #{memberId},
template_id = #{templateId},
task_id = #{taskId},
worker_id = #{workerId},
video_url = #{videoUrl},
where id = #{id}
delete from video where id = #{id}