wangliang 1 рік тому
батько
коміт
4927b54d81

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

@@ -58,6 +58,7 @@ public class TEExamSummaryServiceImpl extends ServiceImpl<TEExamSummaryMapper, T
             for (String s : roomCodeSet) {
                 Long l = themisCacheService.getExamRecordChangeCache(examActivityId + "_" + s);
                 if ((Objects.nonNull(l) && System.currentTimeMillis() - l.longValue() <= 1000 * 60 * 1) || freshen) {
+                    log.info("examSummaryJob 强制统计开始", examId, examActivityId, s);
                     //根据考试批次、场次、考场编码统计信息
                     TEExamSummary teExamSummary = this.baseMapper.examSummary(examId, examActivityId, s);
                     this.examSummaryCommon(examId, examActivityId, s, teExamSummary, freshen);