select id, file_id, upload_name, upload_type, upload_path, upload_format, new_upload_name, del_flag, file_business_id, create_by, create_time, update_by, update_time from t_unify_file
insert into t_unify_file
id,file_id,upload_name,upload_type,upload_path,upload_format,new_upload_name,del_flag,file_business_id,create_by,create_time,update_by,update_time,#{id},#{fileId},#{uploadName},#{uploadType},#{uploadPath},#{uploadFormat},#{newUploadName},#{delFlag},#{fileBusinessId},#{createBy},#{createTime},#{updateBy},#{updateTime},
update t_unify_file
file_id = #{fileId},upload_name = #{uploadName},upload_type = #{uploadType},upload_path = #{uploadPath},upload_format = #{uploadFormat},new_upload_name = #{newUploadName},del_flag = #{delFlag},file_business_id = #{fileBusinessId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from t_unify_file where id = #{id}
delete from t_unify_file where id in
#{id}
update t_unify_file
set del_flag = 1
where id in
#{id}