src/main/java/org/springblade/modules/exam/service/impl/ExamSubjectChoicesServiceImpl.java
@@ -280,13 +280,6 @@ examSubjectOptionService.save(examSubjectOption4); } } //内网数据同步 try { // arg.test01(arg.url+"/examSubjectChoices/saveSubjectChoicesAndOption",examSubjectChoices); } catch (Exception e) { e.printStackTrace(); } }); } @@ -304,6 +297,7 @@ ExamSubjectChoices choices = this.getById(preSubJectId); //对比答案 if (choices.getChoicesType() == 2 || choices.getChoicesType() == 3){ //保存答题记录 //判断题逻辑 if (preResult.equals(choices.getAnswer())) { return 1;