exam-system/src/main/java/com/gkhy/exam/system/service/ExQuestionService.java
@@ -60,10 +60,9 @@ /** * 获取题目ID列表 * @param bankId * @param exerciseType * @return */ List<Map> getExerciseQuestionList(Long bankId, Integer exerciseType); List<Map> getExerciseQuestionList(Long bankId); /** * 刷题模式下根据id获取题目 @@ -108,4 +107,11 @@ * @return */ List<Long> getExerciseErrorQuestionList(Long bankId); /** * 根据考卷获取题目列表 * @param paperId * @return */ List<ExQuestion> selectQuestionByPaperId(Long paperId); }