| | |
| | | import org.springblade.modules.exam.entity.ExamScore; |
| | | import org.springblade.modules.exam.excel.ExportExamScoreExcel; |
| | | import org.springblade.modules.exam.vo.ExamScoreVO; |
| | | import org.springblade.modules.exam.vo.ExamSocreStatis; |
| | | import org.springblade.modules.information.entity.Information; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springblade.modules.training.entity.TrainingRegistration; |
| | | |
| | |
| | | * @param page 分页 |
| | | * @return |
| | | */ |
| | | List<ExamScoreVO> scorePage(IPage page,String deptid,String jurisdiction); |
| | | List<ExamScoreVO> scorePage(IPage page,@Param("examScore") ExamScoreVO examScore); |
| | | |
| | | /** |
| | | * 查询所有考试不合格的数据 |
| | |
| | | * @return |
| | | */ |
| | | List<ExportExamScoreExcel> getExamScoreList(@Param("examScore") ExamScoreVO examScoreVO); |
| | | |
| | | /** |
| | | * 查询每个培训学校的考试信息 |
| | | * @param information |
| | | * @return |
| | | */ |
| | | List<ExamSocreStatis> getExamStatisInfo(@Param("information") InformationVO information); |
| | | } |