Browse Source

压测修改

wangliang 1 year ago
parent
commit
0d421456a4

+ 1 - 0
themis-business/src/main/java/com/qmth/themis/business/service/impl/TEExamSummaryServiceImpl.java

@@ -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);