소스 검색

压测修改

wangliang 1 년 전
부모
커밋
4927b54d81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      themis-business/src/main/java/com/qmth/themis/business/service/impl/TEExamSummaryServiceImpl.java

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