|  |  | @ -64,7 +64,7 @@ public class TopicServiceImpl implements TopicService { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         Result<List<AllGridsByUserIdResultDTO>> rst = govOrgOpenFeignClient.getGridListByGridIds(gridIds); | 
			
		
	
		
			
				
					|  |  |  |         if (!rst.success()) { | 
			
		
	
		
			
				
					|  |  |  |             logger.error("查询我创建的话题列表(已转议题),根据网格id查询网格名称失败, InternalMsg:{},Msg:{}", rst.getInternalMsg(), rst.getMsg()); | 
			
		
	
		
			
				
					|  |  |  |             logger.error("查询我创建的话题列表(已转项目),根据网格id查询网格名称失败, InternalMsg:{},Msg:{}", rst.getInternalMsg(), rst.getMsg()); | 
			
		
	
		
			
				
					|  |  |  |         } else { | 
			
		
	
		
			
				
					|  |  |  |             List<AllGridsByUserIdResultDTO> gridInfos = rst.getData(); | 
			
		
	
		
			
				
					|  |  |  |             HashMap<String, String> gridIdAndNames = new HashMap<>(); | 
			
		
	
	
		
			
				
					|  |  | 
 |