|
@@ -172,8 +172,8 @@ public class ScanBatchServiceImpl extends ServiceImpl<ScanBatchMapper, ScanBatch
|
|
studentPaperList.add(new ScanStudentPaper(student.getId(), paperNumber, paper.getId()));
|
|
studentPaperList.add(new ScanStudentPaper(student.getId(), paperNumber, paper.getId()));
|
|
}
|
|
}
|
|
// 更新批次统计数量
|
|
// 更新批次统计数量
|
|
- updateAssignedCount(scanBatch.getId());
|
|
|
|
- updateScanCount(scanBatch.getId());
|
|
|
|
|
|
+// updateAssignedCount(scanBatch.getId());
|
|
|
|
+// updateScanCount(scanBatch.getId());
|
|
//直接更新考生扫描状态
|
|
//直接更新考生扫描状态
|
|
concurrentService.getReadWriteLock(LockType.STUDENT + "-" + student.getId()).writeLock().lock();
|
|
concurrentService.getReadWriteLock(LockType.STUDENT + "-" + student.getId()).writeLock().lock();
|
|
try {
|
|
try {
|