|
@@ -56,6 +56,8 @@ public class TEExamSummaryServiceImpl extends ServiceImpl<TEExamSummaryMapper, T
|
|
|
TEExamSummary teExamSummary = this.baseMapper.examSummary(examId, examActivityId, s);
|
|
|
this.examSummaryCommon(examId, examActivityId, s, teExamSummary);
|
|
|
}
|
|
|
+ themisCacheService.updateExamSummaryCache(examId);
|
|
|
+ themisCacheService.updateExamSummaryCache(examId, examActivityId);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -94,8 +96,6 @@ public class TEExamSummaryServiceImpl extends ServiceImpl<TEExamSummaryMapper, T
|
|
|
teExamSummaryDb.setId(id);
|
|
|
}
|
|
|
this.saveOrUpdate(teExamSummaryDb);
|
|
|
- themisCacheService.updateExamSummaryCache(examId);
|
|
|
- themisCacheService.updateExamSummaryCache(examId, examActivityId);
|
|
|
themisCacheService.updateExamSummaryCache(examId, examActivityId, s);
|
|
|
}
|
|
|
}
|