diff --git a/src/main/java/com/pms/ocp/controller/ApiBasicManagementController.java b/src/main/java/com/pms/ocp/controller/ApiBasicManagementController.java index 9de9622793bb321bcb96f97f45c2bd4af106f900..94789f62b295d86fc73676cc8549507dfcfd0a6d 100644 --- a/src/main/java/com/pms/ocp/controller/ApiBasicManagementController.java +++ b/src/main/java/com/pms/ocp/controller/ApiBasicManagementController.java @@ -192,13 +192,14 @@ public class ApiBasicManagementController { QueryResponseResult apiBaseList= apiBasicManagementService.getBaseByGroupCode(ApiBaseReq); return apiBaseList; } - @ApiOperation("服务树一级") - @GetMapping("/apiBaseTree") + //@ApiOperation("服务树一级") + //@GetMapping("/apiBaseTree") public ResponseVO> apiBaseTree(String apiGroupCompanyCode) { List apiTreeGroupDtos = apiBasicManagementService.apiBaseTree(apiGroupCompanyCode); return ResponseVO.ok(apiTreeGroupDtos); } - @ApiOperation("服务树次级") + + @ApiOperation("服务树层级") @GetMapping("/apiBaseTreeOther") public ResponseVO> apiBaseTreeOther(String apiGroupCompanyCode,String apiGroupPcode) { List apiTreeGroupDtos = apiBasicManagementService.apiBaseTreeOther(apiGroupCompanyCode,apiGroupPcode); diff --git a/src/main/resources/mapper/OcpApiGroupMapper.xml b/src/main/resources/mapper/OcpApiGroupMapper.xml index 9ed38ed47e4f4b6062c6be16cfe702551eca6911..28b72d6553c95e49acecf9e1c1b3ccea0d6bccd7 100644 --- a/src/main/resources/mapper/OcpApiGroupMapper.xml +++ b/src/main/resources/mapper/OcpApiGroupMapper.xml @@ -19,7 +19,14 @@