|
@@ -53,6 +53,7 @@ public class TEExamSummaryServiceImpl extends ServiceImpl<TEExamSummaryMapper, T
|
|
|
@Override
|
|
|
public boolean examSummary(Long examId, Long examActivityId, Set<String> roomCodeSet, boolean freshen) {
|
|
|
boolean updateCache = false;
|
|
|
+ freshen = true;
|
|
|
if (!CollectionUtils.isEmpty(roomCodeSet)) {
|
|
|
for (String s : roomCodeSet) {
|
|
|
Long l = themisCacheService.getExamRecordChangeCache(examActivityId + "_" + s);
|