|
@@ -279,7 +279,7 @@ public interface FsUserCourseMapper
|
|
|
Integer selectTodayCourseWatchLogCountByUserIdAndProjectId(@Param("userId") Long userId, @Param("projectId") Long projectId);
|
|
|
|
|
|
@Select("select course_id,course_name,description,img_url,second_img secondImg,views from fs_user_course where " +
|
|
|
- " is_private = 0 and is_del = 0 order by sort,course_id")
|
|
|
+ " is_private = 0 and is_del = 0 and is_show = 1 and is_tui = 1 order by sort,course_id")
|
|
|
List<FsUserCourseVideoAppletVO> selectFsUserCourseVideoApplet();
|
|
|
|
|
|
@Select("select video_id,title,course_id,video_url,SEC_TO_TIME(duration) as total_duration," +
|