| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -586,6 +586,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        actOperationRecordEntity.setOperationType(GroupActConstant.CANCEL); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        actOperationRecordEntity.setCreatedTime(nowDate); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        actOperationRecordEntity.setUpdatedTime(nowDate); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        actOperationRecordEntity.setNote(formDTO.getReason()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        actOperationRecordDao.insert(actOperationRecordEntity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        baseDao.updateById(actInfoEntity); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |