|
@@ -583,7 +583,7 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
|
|
|
|
Long examId = student.getExamId();
|
|
|
String paperNumber = student.getPaperNumber();
|
|
|
- AbInfoVo abInfoVo = this.findExamTaskPaperTypeOpenStatus(examId, paperNumber);
|
|
|
+// AbInfoVo abInfoVo = this.findExamTaskPaperTypeOpenStatus(examId, paperNumber);
|
|
|
|
|
|
// 重置状态
|
|
|
student.setIncomplete(false);
|
|
@@ -648,7 +648,7 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
|
// 根据卷型识别结果更新考生卷型,如果卷型识别结果异常则添加到卷型检查中
|
|
|
StringResult paperTypeResult = page.getPaperType();
|
|
|
|
|
|
- if (abInfoVo != null && abInfoVo.getOpenAb() && PaperTypeEnum.FILL.equals(abInfoVo.getPaperTypeStyle())) {
|
|
|
+ if (paperTypeResult != null) {
|
|
|
// if (Objects.isNull(paperTypeResult)) {
|
|
|
// // 卷型为空 (正常不会出现这种情况)
|
|
|
// throw ExceptionResultEnum.ERROR.exception("开启卷型的试卷未检测到识别的卷型");
|