Commit ca5582049cccb93a6667ec8fb4a74b8598b9c807
1 parent
57683b2518
Exists in
master
and in
1 other branch
platform permission
add return pageinfo
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CommunityConfigController.java
View file @
ca55820
... | ... | @@ -103,7 +103,7 @@ |
103 | 103 | if(null != communityConfig.getParentId()) { |
104 | 104 | communityConfig.setParent(communityConfigService.queryAreaById(communityConfig.getParentId())); |
105 | 105 | } else { |
106 | - communityConfig.setParent(new CommunityConfig("0", "root")); | |
106 | +// communityConfig.setParent(new CommunityConfig("0", "root")); | |
107 | 107 | } |
108 | 108 | } |
109 | 109 | return FrontEndResult.ini().setData(communityConfigList).setPageInfo(communityQuery.getPageInfo()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("查询成功"); |