|  |  | @ -1487,7 +1487,7 @@ public class GovOrgServiceImpl implements GovOrgService { | 
			
		
	
		
			
				
					|  |  |  |         List<ScreenCustomerGridDTO> gridList = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         //组织级别为街道的查询下级所有网格
 | 
			
		
	
		
			
				
					|  |  |  |         if (isGetSubAllGrid && (OrgLevelEnum.STREET.getCode().equals(dto.getLevel()))) { | 
			
		
	
		
			
				
					|  |  |  |             gridList = customerGridDao.getSubGridList(customerId, agencyId); | 
			
		
	
		
			
				
					|  |  |  |             gridList = customerGridDao.getAllSubGridList(customerId, agencyId); | 
			
		
	
		
			
				
					|  |  |  |             List<ScreenAgencyOrGridListDTO.AgencyGrid> allGridList = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |             gridList.forEach(gr -> { | 
			
		
	
		
			
				
					|  |  |  |                 ScreenAgencyOrGridListDTO.AgencyGrid org = new ScreenAgencyOrGridListDTO.AgencyGrid(); | 
			
		
	
	
		
			
				
					|  |  | 
 |