智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/exam/service/ExamSubjectChoicesService.java
@@ -54,4 +54,12 @@
    * @param isCovered
    */
   void importSubject(List<ExamSubjectExcel> data, Boolean isCovered);
   /**
    * 判断当前题目的答题结果
    * @param preSubJectId 题目Id
    * @param preResult 提交的结果
    * @return
    */
    Integer getAnswerResult(Long preSubJectId, String preResult);
}