| 
					
				 | 
			
			
				@@ -296,8 +296,6 @@ public class StudentAttendanceServiceImpl extends BaseServiceImpl<Long, StudentA 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if(Objects.isNull(classGroupStudentMapper)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			throw new BizException("您不在此课程对应班级上"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		classGroupStudentMapper.setStatus(ClassGroupStudentStatusEnum.LEAVE); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		classGroupStudentMapperDao.update(classGroupStudentMapper); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		Map<Integer,String> sendArgs=new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		sendArgs.put(courseSchedule.getActualTeacherId(),courseSchedule.getActualTeacherId() + ""); 
			 |