|
@@ -437,12 +437,15 @@ public class TOeExamRecordServiceImpl extends ServiceImpl<TOeExamRecordMapper, T
|
|
examStudentCache.getAlreadyExamCount().longValue() == 1) {
|
|
examStudentCache.getAlreadyExamCount().longValue() == 1) {
|
|
teOrgSummaryService.updateOrgZeroSummary(examCacheBean.getOrgId(), 1);
|
|
teOrgSummaryService.updateOrgZeroSummary(examCacheBean.getOrgId(), 1);
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 1);
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 1);
|
|
|
|
+ teExamSummaryService.updateExamSummaryFinishCount(examCacheBean.getId(), examActivityId, examStudentCache.getRoomCode());
|
|
} else {
|
|
} else {
|
|
teOrgSummaryService.updateOrgZeroSummary(examCacheBean.getOrgId(), 0);
|
|
teOrgSummaryService.updateOrgZeroSummary(examCacheBean.getOrgId(), 0);
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 0);
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 0);
|
|
}
|
|
}
|
|
themisCacheService.updateOrgSummaryCache(0L);
|
|
themisCacheService.updateOrgSummaryCache(0L);
|
|
themisCacheService.updateOrgSummaryCache(examCacheBean.getOrgId());
|
|
themisCacheService.updateOrgSummaryCache(examCacheBean.getOrgId());
|
|
|
|
+ themisCacheService.updateExamSummaryCache(examCacheBean.getId(), examActivityId, examStudentCache.getRoomCode());
|
|
|
|
+
|
|
String examRecordChangeKey = examActivityId + "_" + examStudentCache.getRoomCode();
|
|
String examRecordChangeKey = examActivityId + "_" + examStudentCache.getRoomCode();
|
|
themisCacheService.addExamRecordChangeCache(examRecordChangeKey, timestamp);
|
|
themisCacheService.addExamRecordChangeCache(examRecordChangeKey, timestamp);
|
|
|
|
|