fix(测试计划): 执行计划时修改性能测试用例的状态为执行

This commit is contained in:
shiziyuan9527 2021-08-25 14:41:25 +08:00 committed by 刘瑞斌
parent d0f035e19b
commit 2a50b3fe9b
1 changed files with 1 additions and 0 deletions

View File

@ -1037,6 +1037,7 @@ public class TestPlanService {
TestPlanLoadCase loadCase = new TestPlanLoadCaseDTO();
loadCase.setId(id);
loadCase.setLoadReportId(reportId);
loadCase.setStatus("run");
testPlanLoadCaseService.update(loadCase);
}
} catch (Exception e) {