| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -102,10 +102,10 @@ public class ExitGroupServiceImpl implements ExitGroupService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                resiTopicDao.upTopicList(delIdList, formDTO.getOperateUserId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                //2-4.话题操作日志表批量新增记录
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                List<ResiTopicOperationEntity> list = new ArrayList<>(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                delIdList.forEach(d->{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    ResiTopicOperationEntity entity = new ResiTopicOperationEntity(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    entity.setOperationType("hidden"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    entity.setOperationReason("组员删除,话题屏蔽"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                delIdList.forEach(d->{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    entity.setTopicId(d); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    list.add(entity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                }); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |