|
@@ -1641,7 +1641,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
|
|
} finally {
|
|
} finally {
|
|
concurrentService.getReadWriteLock(LockType.STUDENT + "-" + student.getId()).writeLock().unlock();
|
|
concurrentService.getReadWriteLock(LockType.STUDENT + "-" + student.getId()).writeLock().unlock();
|
|
}
|
|
}
|
|
- vo.setProgress(vo.getProgress() + 1);
|
|
|
|
|
|
+ vo.setProgressCount(vo.getProgressCount() + 1);
|
|
}
|
|
}
|
|
examService.updateExamNumberFillCount(examId, examNumberFillCount);
|
|
examService.updateExamNumberFillCount(examId, examNumberFillCount);
|
|
}
|
|
}
|