Commit 57683b2518063cfcf18322dbc3706d221af83bb5
1 parent
3311433036
Exists in
master
and in
1 other branch
platform permission
add return pageinfo
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
57683b2
... | ... | @@ -205,7 +205,6 @@ |
205 | 205 | organizationQuery.setSort("id desc"); |
206 | 206 | organizationQuery.setYn(YnEnums.YES.getId()); |
207 | 207 | organizationQuery.setPage(page); |
208 | - organizationQuery.setProvinceId(areaId); | |
209 | 208 | organizationQuery.setLimit(limit); |
210 | 209 | organizationQuery.setKeyword(keyword); |
211 | 210 |