fix(测试跟踪): 修复复制功能用例责任人变更问题

--bug=1028407 --user=王旭 【测试跟踪】功能用例-复制到-选择模块-复制过去的用例责任人发生变更 https://www.tapd.cn/55049933/s/1403922
This commit is contained in:
WangXu10 2023-08-15 16:25:28 +08:00 committed by 刘瑞斌
parent f71dcd84fb
commit 7c5367234e
1 changed files with 1 additions and 1 deletions

View File

@ -3224,7 +3224,7 @@ public class TestCaseService {
testCase.setNum(nextNum++);
testCase.setCasePublic(false);
testCase.setCreateUser(SessionUtils.getUserId());
testCase.setMaintainer(SessionUtils.getUserId());
testCase.setMaintainer(testCase.getMaintainer());
testCase.setReviewStatus(TestCaseReviewStatus.Prepare.name());
testCase.setStatus(TestCaseReviewStatus.Prepare.name());
testCase.setLastExecuteResult(null);