Commit 0d5048da1d6a54ec557a8ca1b7aa79a23dbc30ec

Authored by rui.zhang
1 parent e9d1055822

platform permission

fix bug

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 @ 0d5048d
... ... @@ -81,7 +81,7 @@
81 81 }
82 82  
83 83  
84   - //查询区域
  84 + //查询小区
85 85 @RequestMapping(value = "queryCommunity", method = RequestMethod.GET)
86 86 @ResponseBody
87 87 public BaseListResponse queryCommunity(String keyword, Integer page, Integer limit ) {