| | |
| | | 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.ExamStatisticsVO; |
| | | import org.springblade.modules.exam.vo.ExamSubjectChoicesVO; |
| | | import org.springblade.modules.training.entity.TrainingRegistration; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | Integer getExamNumber(@Param("examPaper") ExamPaperVO examPaperVO1); |
| | | |
| | | /** |
| | | * 查询考试统计信息 |
| | | * @param examPaper |
| | | * @param page |
| | | * @return |
| | | */ |
| | | List<ExamStatisticsVO> getExamStatistics(@Param("page") IPage<ExamStatisticsVO> page,@Param("examPaper") ExamPaperVO examPaper); |
| | | } |