This commit is contained in:
haomingming 2026-01-04 13:14:46 +08:00
parent 64506eaa69
commit 848ec53939

View File

@ -287,7 +287,7 @@ public class CaseplatformCaseExcelController {
response.setContentType("multipart/form-data");
response.setCharacterEncoding("utf-8");
writer.finish();
response.getOutputStream().flush();
//response.getOutputStream().flush();
outputStream.close();
} catch (Exception e) {