lidongdong
2023-06-27 7ec6e42cc36510b74009a5859e6be2317a4fb831
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngProvinceServiceImpl.java
@@ -153,12 +153,14 @@
                        // 查询街道下社区列表
                        List<CommunitySwitchAllAppletsVO> communityList = comActDAO.getCommunityListByStreetId(dos.getStreetId());
                        communityList.forEach(csaa ->{
                            ComMngAreaVO cssd = new ComMngAreaVO(0, csaa.getName(),csaa.getCommunityId()+"");
                            BeanUtils.copyProperties(csaa, cssd);
                        communityList.forEach(commItem ->
                        {
                            ComMngAreaVO cssd = new ComMngAreaVO(0, commItem.getName(),commItem.getCommunityId()+"");
                            BeanUtils.copyProperties(commItem, cssd);
                            csd.getChildren().add(cssd);
                        });
                    });