fix(测试计划): 关联 关联过场景 的功能用例,场景执行结果不是未执行

--bug=1007405 --user=lyh 【测试跟踪】测试计划关联 关联过场景 的功能用例,场景执行结果不是未执行
https://www.tapd.cn/55049933/s/1059028
This commit is contained in:
shiziyuan9527 2021-10-26 11:56:39 +08:00 committed by shiziyuan9527
parent cab0a1f734
commit d793550632
1 changed files with 0 additions and 1 deletions

View File

@ -611,7 +611,6 @@ public class TestPlanService {
t.setId(UUID.randomUUID().toString());
t.setTestPlanId(request.getPlanId());
t.setApiScenarioId(l.getTestId());
t.setLastResult(testPlanApiScenario.getLastResult());
t.setPassRate(testPlanApiScenario.getPassRate());
t.setReportId(testPlanApiScenario.getReportId());
t.setStatus(testPlanApiScenario.getStatus());