Merge branch 'v1.1' of https://github.com/metersphere/server into v1.1
This commit is contained in:
commit
e6479365a5
|
@ -231,8 +231,8 @@ public class ReportService {
|
||||||
List<LoadTestReportLog> loadTestReportLogs = loadTestReportLogMapper.selectByExampleWithBLOBs(example);
|
List<LoadTestReportLog> loadTestReportLogs = loadTestReportLogMapper.selectByExampleWithBLOBs(example);
|
||||||
LoadTestReportLog content = loadTestReportLogs.get(0);
|
LoadTestReportLog content = loadTestReportLogs.get(0);
|
||||||
outputStream.write(content.getContent().getBytes());
|
outputStream.write(content.getContent().getBytes());
|
||||||
|
outputStream.flush();
|
||||||
}
|
}
|
||||||
outputStream.flush();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue