智慧保安后台管理-外网
Administrator
2022-06-16 8b375fe00a241b3a769b82fe3dac8d1c9dce8a02
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);
}