fix(性能测试): 修复删除报告失败没有修改测试状态的问题

This commit is contained in:
Captain.B 2021-06-03 11:44:27 +08:00 committed by 刘瑞斌
parent e565546ec2
commit 6d1b535fdc
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ public class PerformanceReportService {
}
} catch (Exception e) {
LogUtil.error(e.getMessage(), e);
loadTest.setStatus(PerformanceTestStatus.Saved.name());
loadTestMapper.updateByPrimaryKeySelective(loadTest);
}
// delete load_test_report_result