智慧保安后台管理-外网项目备份
Administrator
2021-09-30 b74f8511ee18cb0556aec293a8431752d610fec5
src/main/java/org/springblade/modules/exam/mapper/ExamPaperMapper.java
@@ -24,6 +24,7 @@
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;
@@ -48,7 +49,7 @@
   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);
@@ -70,7 +71,7 @@
    List<ExamPaperVO> getExamDetail(String userId);
   /**
    * 查询前缀相同的准考证数量
    * 查询是当前前缀已生成准考证号码最大的一位
    * @param result 前缀
    * @return
    */
@@ -110,4 +111,11 @@
    * @return
    */
   List<Apply> getApplyDetail(@Param("userId")String userId);
   /**
    * 查询当前人员当前考试的考试题目信息
    * @param examPaperVO
    * @return
    */
   List<ExamSubjectChoicesVO> getExaminationSubjectList(@Param("examPaper")ExamPaperVO examPaperVO);
}