fix: 测试计划用例执行会变更测试用例的状态

This commit is contained in:
chenjianxing 2021-11-04 14:40:38 +08:00 committed by jianxing
parent 1af6ae8ef8
commit 873d1a5792
1 changed files with 1 additions and 0 deletions

View File

@ -1465,6 +1465,7 @@ public class TestCaseService {
});
}
this.setNode(request);
request.setStatus(null); // 不更新状态
editTestCase(request);
return request.getId();
}