|
@@ -87,7 +87,7 @@ public class FileController {
|
|
|
// ServletUtils.transfer(content, range, response);
|
|
|
// } else {
|
|
|
// }
|
|
|
- System.out.println("===============开始获取文件");
|
|
|
+ log.info("===============开始获取文件");
|
|
|
ServletUtils.writeAttachment(response, path, content, request);
|
|
|
}
|
|
|
|