fix_编辑用例_增加关注人保存失效

This commit is contained in:
wxg0103 2021-10-25 14:38:28 +08:00 committed by 刘瑞斌
parent 90ecc0dd88
commit e2808365ce
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;
}