| | |
| | | import org.springblade.modules.exam.excel.ExportExamScoreExcel; |
| | | import org.springblade.modules.exam.vo.ExamScoreVO; |
| | | import org.springblade.modules.exam.vo.UpdateParamVo; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param page 分页 |
| | | * @return |
| | | */ |
| | | IPage<ExamScoreVO> scorePage(IPage page,String deptid,String jurisdiction); |
| | | IPage<ExamScoreVO> scorePage(IPage page,ExamScoreVO examScore); |
| | | |
| | | /** |
| | | * 考试成绩及状态修改 |
| | |
| | | * @return |
| | | */ |
| | | List<ExportExamScoreExcel> exportExamScoreList(ExamScoreVO examScoreVO); |
| | | |
| | | |
| | | /** |
| | | * 考试状态修改,考试成绩恢复 |
| | | * @param |
| | | * @return |
| | | */ |
| | | Boolean refreshTrainExamScore(); |
| | | |
| | | |
| | | /** |
| | | * 点击了开始考试后超过60分钟后再考试的,计算之前的考试成绩 |
| | | * @param examScore |
| | | * @return |
| | | */ |
| | | boolean getExamScore(ExamScoreVO examScore); |
| | | |
| | | /** |
| | | * 考试情况统计,按月统计各个培训学校考试合格人数和不合格人数 |
| | | * @param |
| | | */ |
| | | Object getExamStatisInfo(InformationVO information); |
| | | } |