src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.java
@@ -72,7 +72,7 @@ * @param page 分页 * @return */ List<ExamScoreVO> scorePage(IPage page,@Param("information") InformationVO information); List<ExamScoreVO> scorePage(IPage page,@Param("examScore") ExamScoreVO examScore); /** * 查询所有考试不合格的数据 @@ -108,4 +108,17 @@ * @return */ List<ExamSocreStatis> getExamStatisInfo(@Param("information") InformationVO information); /** * 查询考试成绩 * @return */ List<ExamScore> getExamScoreLists(); /** * 查询考试成绩 * @param time * @return */ List<ExamScore> getExamScoreListByTime(@Param("time") String time); }