|  | @@ -163,7 +163,6 @@ public class VideoLessonGroupDetailServiceImpl extends ServiceImpl<VideoLessonGr
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          VideoLessonGroupSearch query = new VideoLessonGroupSearch();
 | 
	
		
			
				|  |  |          //筛选已审核的视频课
 | 
	
		
			
				|  |  | -        query.setAuditStatus(AuthStatusEnum.PASS.getCode());
 | 
	
		
			
				|  |  |          query.setGroupId(groupId);
 | 
	
		
			
				|  |  |          List<VideoLessonGroupVo> lessonGroup = videoLessonGroupDao.selectPage(null, query);
 | 
	
		
			
				|  |  |          if (lessonGroup.isEmpty()){
 |