fix(测试计划): 关注后再次点击测试计划,会自动取消关注

--bug=1012246 --user=李玉号 【测试计划】关注后再次点击测试计划,会自动取消关注
https://www.tapd.cn/55049933/s/1137407
This commit is contained in:
shiziyuan9527 2022-04-18 11:08:25 +08:00 committed by shiziyuan9527
parent 3d085794fe
commit ef4d829799
1 changed files with 0 additions and 2 deletions

View File

@ -244,8 +244,6 @@ public class TestPlanService {
}
}
}
List<String> follows = request.getFollows();
editTestFollows(request.getId(), follows);
return this.editTestPlan(request);
}