代码调整

This commit is contained in:
2023-05-29 08:47:32 +08:00
parent a74500afe8
commit 8028a058de
2 changed files with 151 additions and 17 deletions

View File

@@ -143,7 +143,7 @@ public class FileStorageUtil {
* @date 2023/3/7 23:04
* @param filePath 文件在服务器的路径
*/
public void downloadStream(HttpServletResponse response, String filePath) throws IOException {
public void downloadStream(HttpServletResponse response, String filePath) {
InputStream inputStream;
OutputStream toClient = null;
try {