bug
xiangpei
2024-05-27 e43fc041656dcd446143cf40e3c20b2bd9f5d11c
src/main/java/com/mindskip/xzs/service/ExamPaperService.java
@@ -53,4 +53,10 @@
    PageInfo<UserVO> selectStudent(UserVO userVO, List<Integer> adminDeptIds);
    void missExamByTemplateId(ExamTemplatesVO model);
    /**
     * 考试统计的查询条件
     * @return 试卷id、名称、类型
     */
    List<ExamPaper> queryCondition();
}