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

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

View File

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