|
@@ -371,16 +371,8 @@ public class TempleteLogicServiceImpl implements TempleteLogicService {
|
|
|
jsonObject.put("examRecordManyListSize", manyExamStudentIdSet.size());
|
|
|
tbTaskHistory.setRemark(jsonObject.toJSONString());
|
|
|
tbTaskHistoryService.updateById(tbTaskHistory);
|
|
|
- if (teExamStudentList.size() != tOeExamRecordList.size() + manyExamStudentIdSet.size()) {
|
|
|
- throw new BusinessException("待阅卷的考试记录和考生数不匹配");
|
|
|
- }
|
|
|
List<TOeExamRecord> resultExamRecordList = filterManyExamRecord(tOeExamRecordManyList, teExam);
|
|
|
tOeExamRecordList.addAll(resultExamRecordList);
|
|
|
- //推送多次考试记录的考生
|
|
|
- } else {
|
|
|
- if (teExamStudentList.size() != tOeExamRecordList.size()) {
|
|
|
- throw new BusinessException("待阅卷的考试记录和考生数不匹配");
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
//推送考试记录的考生开始
|