This commit is contained in:
Captain.B 2020-04-29 14:12:51 +08:00
parent aa34d1726b
commit 29f0891767
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ public class PerformanceTestService {
// 保存 load_test_report_log
LoadTestReportLog record = new LoadTestReportLog();
record.setReportId(testReport.getId());
record.setContent(StringUtils.EMPTY);
loadTestReportLogMapper.insert(record);
} catch (MSException e) {
LogUtil.error(e);