| | |
| | | import com.mindskip.xzs.domain.ExamTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.ScoreTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.TeamplatesUserExcelVO; |
| | | import com.mindskip.xzs.domain.vo.*; |
| | | import com.mindskip.xzs.viewmodel.admin.exam.ExamPaperEditRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradePageRequestVM; |
| | | import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradeQuery; |
| | |
| | | |
| | | List<ExamPaperAnswer> studentPage(ExamPaperAnswerPageVM requestVM); |
| | | |
| | | Integer selectAllCount(); |
| | | Integer selectAllCount(List<Integer> deptIds); |
| | | |
| | | List<KeyValue> selectCountByDate(@Param("startTime") Date startTime, @Param("endTime") Date endTime); |
| | | |
| | |
| | | |
| | | void setMissExam(ExamPaperEditRequestVM model); |
| | | |
| | | void setMissExam(ExamTemplatesVO model); |
| | | |
| | | void setMissExamByTemplate(ExamTemplatesVO model); |
| | | |
| | | void insertDefault(ExamPaperEditRequestVM model); |
| | | |
| | | Map<String, Object> histogram(@Param("examPaperId") String examPaperId, @Param("departmentId") String departmentId); |
| | | Map<String, Object> histogram(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | Map<String, Object> pieChart(@Param("examPaperId") String examPaperId, @Param("departmentId") String departmentId); |
| | | Map<String, Object> histogramByTemplate(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | Map<String, Object> pieChart(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | List<ExamPaperDataExportVO> dataByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | ExamPaperDataExportVO totalByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | List<ExamPaperDataExportVO> dataByPaper(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | ExamPaperDataExportVO totalByPaper(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | Integer getExamTotal(ExamPaperStatisticVO examPaperStatisticVO); |
| | | } |