select id, name, path, type, gmt_modified, gmt_create, parent_id, file_id from b_videos
insert into b_videos
name,path,type,gmt_modified,gmt_create,parent_id,file_id,#{name},#{path},#{type},#{gmtModified},#{gmtCreate},#{parentId},#{fileId},
update b_videos
name = #{name},path = #{path},type = #{type},gmt_modified = #{gmtModified},gmt_create = #{gmtCreate},parent_id = #{parentId},file_id = #{fileId},
where id = #{id}
delete from b_videos where id = #{id}
delete from b_videos where id in
#{id}