fix功能用例_保存关注人失效 --bug=1007413 --user=王孝刚 [功能用例]-编辑用例-增加关注人保存后修改未生效 https://www.tapd.cn/55049933/s/1059672

This commit is contained in:
wxg0103 2021-10-27 14:27:40 +08:00 committed by 刘瑞斌
parent e5b887fecb
commit b2f7580986
1 changed files with 1 additions and 0 deletions

View File

@ -1416,6 +1416,7 @@ public class TestCaseService {
}
this.setNode(request);
editTestCase(request);
saveFollows(request.getId(), request.getFollows());
return testCaseWithBLOBs;
}