src/main/java/com/mindskip/xzs/repository/QuestionMapper.java @@ -46,6 +46,11 @@ QuestionVO getAnswer(Integer id); /** * 查抄题干符合的题目数量 * * @param title * @return */ Integer countQuestionByTitle(@Param("title") String title); }