Commit f8e3f252a6d59206d3b9dcccce6d0c374890445e
1 parent
d12288a3c0
Exists in
master
and in
8 other branches
增加
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 @
f8e3f25
| ... | ... | @@ -293,7 +293,7 @@ |
| 293 | 293 | } |
| 294 | 294 | } |
| 295 | 295 | } |
| 296 | - } else if ("0".equals(areaId)) { | |
| 296 | + } else if ("0".equals(areaId) ||null==areaId) { | |
| 297 | 297 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
| 298 | 298 | List<Integer> list = autoMatchFacade.matchOrgId(loginState.getId()); |
| 299 | 299 | List<String> a = new ArrayList<>(); |