Commit e0d545e7 authored by 赵啸非's avatar 赵啸非

添加站点参数

parent 9d0e21c6
...@@ -84,8 +84,6 @@ public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBu ...@@ -84,8 +84,6 @@ public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBu
} }
params.setIdNotList(notIdSet.stream().collect(Collectors.toList())); params.setIdNotList(notIdSet.stream().collect(Collectors.toList()));
} }
return super.findBefore(params, pageInfo, context); return super.findBefore(params, pageInfo, context);
} }
...@@ -132,8 +130,6 @@ public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBu ...@@ -132,8 +130,6 @@ public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBu
}).count(); }).count();
super.findAfter(params, pageInfo, context, list); super.findAfter(params, pageInfo, context, list);
} }
} }
private void buildChildBusiness(SiteBusinessEntity item) { private void buildChildBusiness(SiteBusinessEntity item) {
......
...@@ -4,7 +4,6 @@ POST {{baseUrl}}/site/business/list ...@@ -4,7 +4,6 @@ POST {{baseUrl}}/site/business/list
Content-Type: application/json Content-Type: application/json
{ {
"idNotList": [11,18,17,14,27,28],
"siteId": 1, "siteId": 1,
"page":3, "page":3,
"size":1 "size":1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment