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