Commit 2eb72e18f121a9b3b7376a5c36bc2cd731ace8fa
1 parent
f713488d8a
Exists in
master
and in
6 other branches
用户当前机构增加街道
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
2eb72e1
... | ... | @@ -678,7 +678,7 @@ |
678 | 678 | if (null != organization && StringUtils.isNotEmpty(organization.getStreetId())) { |
679 | 679 | BasicConfig bg = basicConfigService.getOneBasicConfigById(organization.getStreetId()); |
680 | 680 | Map<String, String> map = new HashMap<>(); |
681 | - map.put("id", organization.getAreaId()); | |
681 | + map.put("id", organization.getStreetId()); | |
682 | 682 | if (null != bg) { |
683 | 683 | map.put("name", bg.getName()); |
684 | 684 | } |