|
@@ -120,7 +120,6 @@ public interface FsCourseAnswerLogsMapper
|
|
|
"</script>"})
|
|
|
int selectErrorCountByCourseVideo(@Param("videoId") Long videoId,@Param("userId") Long userId,@Param("qwUserId") String qwUserId);
|
|
|
|
|
|
- @Select("select count(log_id) from fs_course_red_packet_log where user_id = #{userId} and video_id = #{videoId} and period_id = #{periodId}")
|
|
|
Long selectRedStatus(@Param("userId") Long userId, @Param("videoId") Long videoId, @Param("periodId") Long periodId);
|
|
|
|
|
|
List<FsCourseAnswerLogsListVO> selectFsCourseAnswerLogsListVONew(FsCourseAnswerLogsParam param);
|