fix(性能测试): 修复删除报告失败没有修改测试状态的问题
This commit is contained in:
parent
e565546ec2
commit
6d1b535fdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue