|  | @@ -203,9 +203,9 @@ public class TeacherCourseScheduleController extends BaseController {
 | 
	
		
			
				|  |  |          if(Objects.isNull(oldCourseSchedule.getTenantId())){
 | 
	
		
			
				|  |  |              return failed("课程机构信息异常");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        if(oldCourseSchedule.getGroupType() != GroupType.VIP){
 | 
	
		
			
				|  |  | +        /*if(oldCourseSchedule.getGroupType() != GroupType.VIP){
 | 
	
		
			
				|  |  |          	return failed("客户端只能调整VIP课");
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +        }*/
 | 
	
		
			
				|  |  |          Date now = new Date();
 | 
	
		
			
				|  |  |          if(now.compareTo(oldCourseSchedule.getStartClassTime())>0){
 | 
	
		
			
				|  |  |              throw new BizException("进行中或已结束课程不可调整");
 |