Merge branch 'v1.1' of https://github.com/metersphere/server into v1.1
This commit is contained in:
commit
e6479365a5
|
@ -231,10 +231,10 @@ 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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public LoadTestReport getReport(String reportId) {
|
public LoadTestReport getReport(String reportId) {
|
||||||
return loadTestReportMapper.selectByPrimaryKey(reportId);
|
return loadTestReportMapper.selectByPrimaryKey(reportId);
|
||||||
|
|
Loading…
Reference in New Issue