|
@@ -449,7 +449,7 @@ public class ScanOmrTaskServiceImpl extends ServiceImpl<ScanOmrTaskMapper, ScanO
|
|
}else{
|
|
}else{
|
|
throw ExceptionResultEnum.ERROR.exception("识别对照任务被占用");
|
|
throw ExceptionResultEnum.ERROR.exception("识别对照任务被占用");
|
|
}
|
|
}
|
|
- } else if(list.get(0).getStatus().equals(OmrTaskStatus.PROCESSED)&&list.get(0).getUserId().equals(userId)){
|
|
|
|
|
|
+ } else if(list.get(0).getStatus().equals(OmrTaskStatus.PROCESSED)){
|
|
ScanOmrStudent scanOmrStudent = new ScanOmrStudent();
|
|
ScanOmrStudent scanOmrStudent = new ScanOmrStudent();
|
|
scanOmrStudent.setCardNumber(student.getCardNumber());
|
|
scanOmrStudent.setCardNumber(student.getCardNumber());
|
|
scanOmrStudent.setStudentCode(student.getStudentCode());
|
|
scanOmrStudent.setStudentCode(student.getStudentCode());
|