|
@@ -127,12 +127,12 @@ public class ExamStudentImportServiceImpl implements ExamStudentImportService {
|
|
|
|
|
|
examStudentTempRepo.processExamStudentTemp(batchId);
|
|
examStudentTempRepo.processExamStudentTemp(batchId);
|
|
|
|
|
|
|
|
+ findError(failRecords, batchId);
|
|
|
|
+
|
|
saveExamStudents(failRecords, batchId);
|
|
saveExamStudents(failRecords, batchId);
|
|
|
|
|
|
delete(batchId);
|
|
delete(batchId);
|
|
|
|
|
|
- findError(failRecords, batchId);
|
|
|
|
-
|
|
|
|
result.setFailNum(failRecords.size());
|
|
result.setFailNum(failRecords.size());
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|