|  |  | @ -1270,6 +1270,8 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit | 
			
		
	
		
			
				
					|  |  |  |         entity.setRedDot(0); | 
			
		
	
		
			
				
					|  |  |  |         entity.setLatestOperatedTime(new Date()); | 
			
		
	
		
			
				
					|  |  |  |         entity.setAuditStatus(TopicConstant.AUTO_PASSED); | 
			
		
	
		
			
				
					|  |  |  |         //居民端上报的事件,工作端默认展示红点
 | 
			
		
	
		
			
				
					|  |  |  |         entity.setGovRedDot(NumConstant.ONE); | 
			
		
	
		
			
				
					|  |  |  |         baseDao.insert(entity); | 
			
		
	
		
			
				
					|  |  |  |         //3-2.附件数据保存
 | 
			
		
	
		
			
				
					|  |  |  |         List<IcEventAttachmentEntity> attachmentEntityList = new ArrayList<>(); | 
			
		
	
	
		
			
				
					|  |  | 
 |