|
@@ -35,6 +35,6 @@ public interface CourseChapterSectionMapper extends BaseMapper<CourseChapterSect
|
|
|
Integer auditCheck(@Param("typeId") Long typeId,@Param("gradeId") Long gradeId,
|
|
|
@Param("userId") Long userId,@Param("moduleId") Long moduleId,@Param("chapterId") Long chapterId,@Param("examId") Long examId);
|
|
|
|
|
|
- Long learningExamCheck(@Param("typeId") Long typeId,@Param("gradeId") Long gradeId,
|
|
|
+ Integer learningExamCheck(@Param("typeId") Long typeId,@Param("gradeId") Long gradeId,
|
|
|
@Param("userId") Long userId,@Param("moduleId") Long moduleId,@Param("chapterId") Long chapterId,@Param("examId") Long examId);
|
|
|
}
|