|  | @@ -825,7 +825,7 @@ public class VideoLessonGroupServiceImpl extends ServiceImpl<VideoLessonGroupDao
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Override
 | 
	
		
			
				|  |  |      public ShareProfitVo shareVideoCourseProfit(SysUser sysUser, Long videoGroupId) {
 | 
	
		
			
				|  |  | -        VideoLessonStudentVo videoLessonStudentVo = selectVideoLesson(videoGroupId);
 | 
	
		
			
				|  |  | +        VideoLessonStudentVo videoLessonStudentVo = videoLessonGroupDetailService.selectVideoLesson(videoGroupId,0L);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          String teacherVideoGroupShareProfitUrl= sysConfigService.findConfigValue(SysConfigConstant.TEACHER_VIDEO_GROUP_SHARE_PROFIT_URL);
 | 
	
		
			
				|  |  |  
 |