|  |  | @ -173,11 +173,13 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |             if (CollectionUtils.isNotEmpty(result.getList())){ | 
			
		
	
		
			
				
					|  |  |  |                 result.getList().forEach(r -> { | 
			
		
	
		
			
				
					|  |  |  |                     if (StringUtils.isNotBlank(r.getGridId())){ | 
			
		
	
		
			
				
					|  |  |  |                         GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(r.getGridId()); | 
			
		
	
		
			
				
					|  |  |  |                         if (null == gridInfo){ | 
			
		
	
		
			
				
					|  |  |  |                             throw new EpmetException("查询网格失败:"+r.getGridId()); | 
			
		
	
		
			
				
					|  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |                         r.setGridName(gridInfo.getGridNamePath()); | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                 }); | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
	
		
			
				
					|  |  | 
 |