| | |
| | | package com.mindskip.xzs.repository; |
| | | |
| | | import com.mindskip.xzs.domain.ExamMiss; |
| | | import com.mindskip.xzs.domain.ExamPaper; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.PaperExcelVO; |
| | |
| | | |
| | | List<PaperInfo> indexPaper(PaperFilter paperFilter); |
| | | |
| | | Integer selectAllCount(); |
| | | Integer selectAllCount(List<Integer> deptIds); |
| | | |
| | | List<KeyValue> selectCountByDate(@Param("startTime") Date startTime, @Param("endTime") Date endTime); |
| | | |
| | |
| | | |
| | | List<PaperExcelVO> getPaperExcelById(@Param("id") Integer id); |
| | | |
| | | void saveMissExamUser(long examPaperId); |
| | | |
| | | List<ExamPaper> selectTimeTaskPaper(Date time); |
| | | List<ExamPaper> list(List<Integer> deptIds); |
| | | } |