|
@@ -120,8 +120,8 @@ 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}")
|
|
|
- Long selectRedStatus(@Param("userId") Long userId, @Param("videoId") Long videoId);
|
|
|
+ @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);
|
|
|
|