ci: download接口提前结束

This commit is contained in:
2024-01-31 18:54:54 +08:00
parent 2de4923884
commit 26276e34f7
@@ -98,6 +98,7 @@ public class SysCommonController {
outputStream.write(buf, 0, len);
}
response.flushBuffer();
return;
} catch (Exception e) {
log.error(e.getMessage());
response.setStatus(404);