瀏覽代碼

fix:视频课分享

liujunchi 2 年之前
父節點
當前提交
0a0d8f8874

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/VideoLessonGroupServiceImpl.java

@@ -800,7 +800,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);