insert into file_url
(`id`,`deleted`,`create_time`,`update_time`,`file_id`,`block_id`,`absolute_path`,`url`,`path`,`group`,`node`)
values
(#{id},#{deleted},#{createTime},#{updateTime},#{fileId},#{blockId},#{absolutePath},#{url},#{path},#{group},#{node})
update file_url set update_time=now(),block_id=#{blockId},absolute_path=#{absolutePath}
where file_id=#{fileId}