|
@@ -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);
|