springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComStreetServiceImpl.java
@@ -131,10 +131,10 @@ if (ObjectUtils.isEmpty(comStreetDO)) { return R.fail(); } ComActVO comActVO = new ComActVO(); BeanUtils.copyProperties(comStreetDO, comActVO); comActVO.setAreaName(comActDAO.selectAreaName(comActVO.getAreaCode())); return R.ok(comActVO); ComStreetVO comStreetVO = new ComStreetVO(); BeanUtils.copyProperties(comStreetDO, comStreetVO); comStreetVO.setAdministrativeRegions(comStreetDAO.retrieveRegions(comStreetVO.getAreaCode().toString())); return R.ok(comStreetVO); } /**