Commit 65e4bbbc393c574920eb4f81356fc0a8cca96c83
1 parent
8731e7e068
Exists in
master
and in
6 other branches
公共卫生统计
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientSyncMysqlFacade.java
View file @
65e4bbb
... | ... | @@ -3030,6 +3030,7 @@ |
3030 | 3030 | for (BasicConfig region : regions) { |
3031 | 3031 | Map<String,Object> streetMap=new HashMap<>(); |
3032 | 3032 | streetMap.put("streetName",region.getName()); |
3033 | + streetMap.put("streetId",region.getId()); | |
3033 | 3034 | //获得街道下的医院 |
3034 | 3035 | List<Organization> organizations = getOrganization(region.getId()); |
3035 | 3036 | for (Organization organization : organizations) { |