|  |  | @ -189,7 +189,7 @@ public class EvaluationIndexServiceImpl implements EvaluationIndexService { | 
			
		
	
		
			
				
					|  |  |  |         List<ScreenCustomerGridDTO> gridList = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         List<ScreenAgencyOrGridListDTO.AgencyGrid> finalAgencyGridList = agencyGridList; | 
			
		
	
		
			
				
					|  |  |  |         if (isGetSubAllGrid && OrgLevelEnum.STREET.getCode().equals(dto.getLevel())){ | 
			
		
	
		
			
				
					|  |  |  |             gridList = evaluationIndexDao.getSubAllGridByAgencyPath(dto.getPids().concat(StrConstant.COLON).concat(dto.getAgencyId())); | 
			
		
	
		
			
				
					|  |  |  |             gridList = evaluationIndexDao.getSubAllGridByAgencyPath(dto.getAgencyId()); | 
			
		
	
		
			
				
					|  |  |  |             List<ScreenAgencyOrGridListDTO.AgencyGrid> allGridList = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |             gridList.forEach(gr->{ | 
			
		
	
		
			
				
					|  |  |  |                 ScreenAgencyOrGridListDTO.AgencyGrid org = new ScreenAgencyOrGridListDTO.AgencyGrid(); | 
			
		
	
	
		
			
				
					|  |  | 
 |