src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java
@@ -25,4 +25,11 @@ Integer saves(List<QuestionSubject> list); Integer removeQuestionId(Integer questionId); Integer removeSubjectId(Integer subjectId); List<QuestionSubject> getSubject(Integer id); /** 统计课目的题目数 */ Integer countQuestionNum(@Param("subjects") List<Integer> subjects); }