| | |
| | | if(count>0){ |
| | | return R.fail("街路巷已存在"); |
| | | } |
| | | } |
| | | ComActDO comActDO = comActDAO.selectById(comMngVillageDO.getCommunityId()); |
| | | if (comActDO == null || comActDO.getStreetId() == null) { |
| | | return R.fail("社区没有绑定街道,请绑定后操作!"); |
| | | } |
| | | //历史人口数据处理 |
| | | List<ComMngPopulationDO> populationDOS=this.populationDAO.selectList(new QueryWrapper<ComMngPopulationDO>().lambda().eq(ComMngPopulationDO::getVillageId,villageId)); |
| | | if(!populationDOS.isEmpty()){ |
| | |
| | | this.comMngPopulationHouseDAO.updateById(comMngPopulationHouseDO); |
| | | }); |
| | | } |
| | | } |
| | | ComActDO comActDO = comActDAO.selectById(comMngVillageDO.getCommunityId()); |
| | | if (comActDO == null || comActDO.getStreetId() == null) { |
| | | return R.fail("社区没有绑定街道,请绑定后操作!"); |
| | | } |
| | | BeanUtils.copyProperties(comMngVillageVO, comMngVillageDO); |
| | | comMngVillageDO.setName(comMngVillageVO.getGroupAt()); |
| | | comMngVillageDO.setStreetId(comActDO.getStreetId()); |