select id, file_path, file_real_path, res_id from mall_upload_file
insert into mall_upload_file
id,file_path,file_real_path,res_id,#{id},#{filePath},#{fileRealPath},#{resId},
update mall_upload_file
file_path = #{filePath},file_real_path = #{fileRealPath},res_id = #{resId},
where id = #{id}
delete from mall_upload_file where id = #{id}
delete from mall_upload_file where id in
#{id}