insert into video_file
(`id`,`deleted`,`create_time`,`update_time`,`file_id`,`bandwidth`,`frame_rate`,`width`,`height`,`horizontal`,`rotate`,`url_type`,`base_url`,`backup_url`,`duration`,`base_cover_url`)
values
(#{id},#{deleted},#{createTime},#{updateTime},#{fileId},#{bandwidth},#{frameRate},#{width},#{height},#{horizontal},#{rotate},#{urlType},#{baseUrl},#{backupUrl},#{duration},#{baseCoverUrl})
update video_file set update_time=now(), base_cover_url=#{coverUrl}
where file_id=#{fileId}
update video_file set update_time=now(), base_url=#{baseUrl}, base_cover_url=#{baseCoverUrl}
where file_id=#{fileId}