| 
					
				 | 
			
			
				@@ -28,6 +28,7 @@ import com.ym.mec.util.collection.ListUtil; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.ym.mec.util.collection.MapUtil; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.ym.mec.util.date.DateUtil; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.ym.mec.util.json.JsonUtil; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.apache.commons.collections.ListUtils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.apache.commons.lang3.StringUtils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.slf4j.Logger; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -438,6 +439,10 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (type == CourseScheduleType.VIP) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			throw new BizException("暂不支持vip课加课"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if(type == CourseSchedule.CourseScheduleType.HIGH){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        	type = CourseScheduleType.HIGH_ONLINE; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (teachingArrangementList == null || teachingArrangementList.size() == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			throw new BizException("请设置课时安排"); 
			 |