fix: 只读用户点测试跟踪自动跳转

This commit is contained in:
chenjianxing 2020-10-22 10:07:36 +08:00
parent 935ad0f4f0
commit 038ae06c45
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ public class TestPlanController {
@GetMapping("/project/name/{planId}")
public String getProjectNameByPlanId(@PathVariable String planId) {
checkOwnerService.checkTestPlanOwner(planId);
return testPlanService.getProjectNameByPlanId(planId);
}