|
|
@ -67,7 +67,7 @@ public class CommonController { |
|
|
|
response.setContentType("multipart/form-data"); |
|
|
|
response.setHeader("Content-Disposition", |
|
|
|
"attachment;fileName=" + FileUtils.setFileDownloadHeader(request, downloadName)); |
|
|
|
fileName=fileName.replace("/profile",downloadPath); |
|
|
|
fileName=fileName.replace("/sgcyy-slgcyxgl/profile",downloadPath); |
|
|
|
FileUtils.writeBytes(fileName, response.getOutputStream()); |
|
|
|
} else { |
|
|
|
|
|
|
|