refactor: 修改性能测试日志下载flush
This commit is contained in:
parent
5eed1e2af8
commit
b863e78469
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue