xiangpei
2024-07-15 065f6d3555d4125b6045ca2bb66d38030ba125a9
src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java
@@ -51,4 +51,7 @@
    /** 根据课目和题型查找题目数据 */
    List<QuestionVO> bySubjectIdAndQuestionType(Integer subjectId, Integer dataBaseValueByValue);
    /** 根据科目查询题目 **/
    List<QuestionSubject> getSubjectBySubjectIds(Integer[] subjectIds);
}