浏览代码

feature(客体属性功能开发): 客体属性功能开发

客体属性功能开发
mazq 3 年之前
父节点
当前提交
f966d2dbb2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/dragoninfo/dcuc/authweb/restcontroller/sub/AttrController.java

+ 2 - 2
src/main/java/com/dragoninfo/dcuc/authweb/restcontroller/sub/AttrController.java

@@ -106,7 +106,7 @@ public class AttrController {
     @ApiOperation(value = "查询属性关联的服务列表")
     @ApiImplicitParam(name = "RelSearchVo",
             value = "searchable 应用列表查询条件[attrId: 属性id op: eq] [name: 应用名称 op:like][status: 在用状态 op: eq]")
-    @PostMapping(value = "relAppPage")
+    @PostMapping(value = "relServicePage")
     public Result relServicePage(Searchable searchable) {
         ServiceRelSearchDTO dto = new ServiceRelSearchDTO();
         setUpServiceSearchValues(dto, searchable);
@@ -117,7 +117,7 @@ public class AttrController {
     @ApiOperation(value = "查询属性未关联的服务列表")
     @ApiImplicitParam(name = "RelSearchVo",
             value = "searchable 应用列表查询条件[attrId: 属性id op: eq] [name: 应用名称 op:like][status: 在用状态 op: eq]")
-    @PostMapping(value = "notRelAppPage")
+    @PostMapping(value = "notRelServicePage")
     public Result notRelServicePage(Searchable searchable) {
         ServiceRelSearchDTO dto = new ServiceRelSearchDTO();
         setUpServiceSearchValues(dto, searchable);