龚焕茏
2024-07-03 3ec909b27b3eba956aa9d00cc7a94c179bd04bbf
src/main/java/com/mindskip/xzs/repository/QuestionMapper.java
@@ -22,6 +22,7 @@
    List<Question> page(QuestionPageRequestVM requestVM);
    List<Question> selectByIds(@Param("ids") List<Integer> ids);
    List<QuestionVO> getVoByIds(@Param("ids") List<Integer> ids);
    Integer selectAllCount();
@@ -46,6 +47,11 @@
    QuestionVO getAnswer(Integer id);
    /**
     * 查抄题干符合的题目数量
     *
     * @param title
     * @return
     */
    Integer countQuestionByTitle(@Param("title") String title);
}