|
@@ -439,6 +439,8 @@ public class TOeExamRecordServiceImpl extends ServiceImpl<TOeExamRecordMapper, T
|
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 1);
|
|
|
teExamSummaryService.updateExamSummaryFinishCount(examCacheBean.getId(), examActivityId, examStudentCache.getRoomCode());
|
|
|
themisCacheService.updateExamSummaryCache(examCacheBean.getId(), examActivityId, examStudentCache.getRoomCode());
|
|
|
+ themisCacheService.updateExamSummaryCache(examCacheBean.getId(), examActivityId);
|
|
|
+ themisCacheService.updateExamSummaryCache(examCacheBean.getId());
|
|
|
} else {
|
|
|
teOrgSummaryService.updateOrgZeroSummary(examCacheBean.getOrgId(), 0);
|
|
|
teOrgSummaryService.updateOrgZeroSummary(0L, 0);
|