提交 29f08917 编写于 作者: C Captain.B

log save

上级 aa34d172
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册