springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActServiceImpl.java
@@ -147,6 +147,7 @@ ComActVO comActVO = new ComActVO(); BeanUtils.copyProperties(comActDO, comActVO); comActVO.setAreaName(comActDAO.selectAreaName(comActVO.getAreaCode())); comActVO.setAdministrativeRegions(comStreetDAO.retrieveRegions(comActDO.getAreaCode())); return R.ok(comActVO); }