智慧保安后台管理-外网
Administrator
2022-06-16 8b375fe00a241b3a769b82fe3dac8d1c9dce8a02
src/main/java/org/springblade/modules/exam/service/ExamScoreService.java
@@ -62,7 +62,7 @@
    * @param page  分页
    * @return
    */
   IPage<ExamScoreVO> scorePage(IPage page,InformationVO information);
   IPage<ExamScoreVO> scorePage(IPage page,ExamScoreVO examScore);
   /**
    * 考试成绩及状态修改
@@ -105,4 +105,17 @@
    * @param
    */
    Object getExamStatisInfo(InformationVO information);
   /**
    * 查询考试成绩
    * @return
    */
   List<ExamScore> getExamScoreList();
   /**
    * 查询考试成绩
    * @param time
    * @return
    */
   List<ExamScore> getExamScoreListByTime(String time);
}