Commit 586527a629f79365c3a0c163684748b3b911640e
1 parent
321c214e1f
Exists in
master
and in
6 other branches
查看丰润区机构列表,查看第10页数据时接口返回的是该区域下的全部数据
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
586527a
... | ... | @@ -298,7 +298,7 @@ |
298 | 298 | |
299 | 299 | OrganizationQuery organizationQuery = new OrganizationQuery(); |
300 | 300 | organizationQuery.setKeyword(keyword); |
301 | - if(null != page && limit != page) { | |
301 | + if(null != page &&null!= limit ) { | |
302 | 302 | organizationQuery.setNeed("true"); |
303 | 303 | organizationQuery.setPage(page); |
304 | 304 | organizationQuery.setLimit(limit); |