智慧保安后台管理-外网
钟日健
2022-06-27 59b41b126c4a8642fcb489f0dea954b16465318d
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.java
@@ -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);
}