Commit a096bd046270d9eff17d812c8e6c21b5606c579b
1 parent
72c747cb5e
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 @
a096bd0
... | ... | @@ -194,7 +194,6 @@ |
194 | 194 | organizationQuery.setNeed("true"); |
195 | 195 | organizationQuery.setSort("id desc"); |
196 | 196 | organizationQuery.setYn(YnEnums.YES.getId()); |
197 | - organizationQuery.setName(keyword); | |
198 | 197 | organizationQuery.setPage(page); |
199 | 198 | organizationQuery.setLimit(limit); |
200 | 199 | organizationQuery.setKeyword(keyword); |