Przeglądaj źródła

Merge branch 'dev_shareVideo_20221104' into ponline

liujunchi 2 lat temu
rodzic
commit
17b3c1bef5

+ 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);