| | |
| | | import org.springblade.modules.exam.entity.ExamSubjectChoices; |
| | | import org.springblade.modules.exam.vo.ExamPaperSubjectVO; |
| | | import org.springblade.modules.exam.vo.ExamPaperVO; |
| | | import org.springblade.modules.exam.vo.ExamSubjectChoicesVO; |
| | | import org.springblade.modules.training.entity.TrainingRegistration; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | ExamPaperSubjectVO queryPagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | List<ExamPaperSubjectVO> queryRandomSubject(@Param("paper") ExamPaper paper); |
| | | List<ExamSubjectChoicesVO> queryRandomSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | ExamPaperSubjectVO PagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | |
| | | List<ExamPaperVO> getExamDetail(String userId); |
| | | |
| | | /** |
| | | * 查询前缀相同的准考证数量 |
| | | * 查询是当前前缀已生成准考证号码最大的一位 |
| | | * @param result 前缀 |
| | | * @return |
| | | */ |
| | |
| | | * @return |
| | | */ |
| | | List<Apply> getApplyDetail(@Param("userId")String userId); |
| | | |
| | | /** |
| | | * 查询当前人员当前考试的考试题目信息 |
| | | * @param examPaperVO |
| | | * @return |
| | | */ |
| | | List<ExamSubjectChoicesVO> getExaminationSubjectList(@Param("examPaper")ExamPaperVO examPaperVO); |
| | | } |