|  | @@ -29,6 +29,7 @@ import com.yonge.cooleshow.biz.dal.dto.search.VideoGroupSearch;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.dto.search.VideoLessonGroupSearch;
 |  |  import com.yonge.cooleshow.biz.dal.dto.search.VideoLessonGroupSearch;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.dto.search.VideoLessonSearch;
 |  |  import com.yonge.cooleshow.biz.dal.dto.search.VideoLessonSearch;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.entity.Subject;
 |  |  import com.yonge.cooleshow.biz.dal.entity.Subject;
 | 
											
												
													
														|  | 
 |  | +import com.yonge.cooleshow.biz.dal.entity.Teacher;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonAuthRecord;
 |  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonAuthRecord;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonGroup;
 |  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonGroup;
 | 
											
												
													
														|  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonGroupDetail;
 |  |  import com.yonge.cooleshow.biz.dal.entity.VideoLessonGroupDetail;
 | 
											
										
											
												
													
														|  | @@ -347,6 +348,12 @@ public class VideoLessonGroupServiceImpl extends ServiceImpl<VideoLessonGroupDao
 | 
											
												
													
														|  |          VideoLessonGroupVo videoLessonGroupVo = detail(groupId);
 |  |          VideoLessonGroupVo videoLessonGroupVo = detail(groupId);
 | 
											
												
													
														|  |          if (videoLessonGroupVo == null) return lessonStudentVo;
 |  |          if (videoLessonGroupVo == null) return lessonStudentVo;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        Teacher teacher = teacherService.getById(videoLessonGroupVo.getTeacherId());
 | 
											
												
													
														|  | 
 |  | +        if (teacher != null) {
 | 
											
												
													
														|  | 
 |  | +            lessonStudentVo.setTeacherFlag(teacher.getTeacherFlag());
 | 
											
												
													
														|  | 
 |  | +            lessonStudentVo.setDegreeFlag(teacher.getDegreeFlag());
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          lessonStudentVo.setLessonGroup(videoLessonGroupVo);
 |  |          lessonStudentVo.setLessonGroup(videoLessonGroupVo);
 | 
											
												
													
														|  |          VideoLessonSearch search = new VideoLessonSearch();
 |  |          VideoLessonSearch search = new VideoLessonSearch();
 | 
											
												
													
														|  |          search.setVideoLessonGroupId(groupId);
 |  |          search.setVideoLessonGroupId(groupId);
 |