feat: 测试计划查询接口修改

This commit is contained in:
wenyann 2021-01-26 17:39:09 +08:00
parent 1b92d96de7
commit 2ed98cb3fe
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class TestPlanController {
QueryTestPlanRequest request = new QueryTestPlanRequest(); QueryTestPlanRequest request = new QueryTestPlanRequest();
request.setWorkspaceId(workspaceId); request.setWorkspaceId(workspaceId);
request.setProjectId(projectId); request.setProjectId(projectId);
return testPlanService.listTestPlan(request); return testPlanService.listTestPlanByProject(request);
} }
@PostMapping("/list/all") @PostMapping("/list/all")