|
@@ -38,6 +38,14 @@ public interface IFsUserCourseVideoService extends IService<FsUserCourseVideo> {
|
|
|
*/
|
|
*/
|
|
|
public FsUserCourseVideo selectFsUserCourseVideoByVideoId(Long videoId);
|
|
public FsUserCourseVideo selectFsUserCourseVideoByVideoId(Long videoId);
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 批量查询课堂视频
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param videoIds 课堂视频主键集合
|
|
|
|
|
+ * @return 课堂视频集合
|
|
|
|
|
+ */
|
|
|
|
|
+ List<FsUserCourseVideo> selectFsUserCourseVideoByVideoIdS(List<Long> videoIds);
|
|
|
|
|
+
|
|
|
public FsUserCourseVideoTagVO selectFsUserCourseVideoByCourseVideoId(Long videoId);
|
|
public FsUserCourseVideoTagVO selectFsUserCourseVideoByCourseVideoId(Long videoId);
|
|
|
|
|
|
|
|
/**
|
|
/**
|