|
@@ -1168,7 +1168,7 @@ public interface KmtExerciseMapper {
|
|
|
@Param("bookId") String bookId,
|
|
|
@Param("num") int num);
|
|
|
@Select("select big_question_index from kmt_exercise_questions where book_course_id=#{bookCourseId} " +
|
|
|
- " and big_question_index=#{bigQuestionIndex} ")
|
|
|
+ " and big_question_index=#{bigQuestionIndex} limit 1")
|
|
|
String findBigQuestionIndexByBookCourseId (@Param("bookCourseId") String bookCourseId,
|
|
|
@Param("bigQuestionIndex") String bigQuestionIndex);
|
|
|
|