refactor: 修改性能测试日志下载flush

This commit is contained in:
Captain.B 2020-07-23 12:32:41 +08:00
parent 5eed1e2af8
commit b863e78469
1 changed files with 1 additions and 1 deletions

View File

@ -231,8 +231,8 @@ public class ReportService {
List<LoadTestReportLog> loadTestReportLogs = loadTestReportLogMapper.selectByExampleWithBLOBs(example);
LoadTestReportLog content = loadTestReportLogs.get(0);
outputStream.write(content.getContent().getBytes());
outputStream.flush();
}
outputStream.flush();
}
}