Commit a929f5d9a9580c41ca3a42ac102a6ffe29708a76
1 parent
c16b209c61
Exists in
master
and in
6 other branches
统计
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java
View file @
a929f5d
... | ... | @@ -306,8 +306,8 @@ |
306 | 306 | List<String> addrId = new ArrayList<>(); |
307 | 307 | |
308 | 308 | //区域权限id |
309 | - List<String> childsId = getAreaPermission(userId, addrType); | |
310 | - basicQuery.setIds(childsId); | |
309 | +// List<String> childsId = getAreaPermission(userId, addrType); | |
310 | +// basicQuery.setIds(childsId); | |
311 | 311 | |
312 | 312 | //获取地址列表 |
313 | 313 | List<BasicConfig> configList = basicConfigService.queryBasicConfig(basicQuery); |