| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -297,8 +297,8 @@ public class ResiEventServiceImpl extends BaseServiceImpl<ResiEventDao, ResiEven | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            mentionEntity.setAgencyId(npc.getAgencyId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            mentionEntity.setPids(npc.getPids()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            mentionEntity.setReadFlag(EventConstant.UN_READ); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            //默认不展示,因为此时在未读列表中
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            mentionEntity.setRedDot(false); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            //默认展示,但是此时在未读列表中,个人中心页面应该展示红点
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            mentionEntity.setRedDot(true); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            list.add(mentionEntity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return list; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |