|
@@ -938,7 +938,9 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
|
}
|
|
|
if (CollectionUtils.isNotEmpty(studentPaperList)) {
|
|
|
|
|
|
- studentPaperService.saveOrUpdateBatch(studentPaperList);
|
|
|
+ for (ScanStudentPaper studentPaper:studentPaperList) {
|
|
|
+ studentPaperService.saveOrUpdate(studentPaper);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
updateStudentByPaper(user.getId(), id, true, false, true);
|