|
@@ -6,6 +6,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.bean.ExamCaptureBean;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.bean.ExamSyncCaptureBean;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.bean.ExamSyncCaptureBean;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.AddExamScoreNoticeQueueReq;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.AddExamScoreNoticeQueueReq;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.SyncExamDataReq;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.SyncExamDataReq;
|
|
|
|
+import cn.com.qmth.examcloud.core.oe.student.base.OeConstants;
|
|
import cn.com.qmth.examcloud.core.oe.student.dao.ExamRecordDataRepo;
|
|
import cn.com.qmth.examcloud.core.oe.student.dao.ExamRecordDataRepo;
|
|
import cn.com.qmth.examcloud.core.oe.student.dao.entity.ExamRecordDataEntity;
|
|
import cn.com.qmth.examcloud.core.oe.student.dao.entity.ExamRecordDataEntity;
|
|
import cn.com.qmth.examcloud.core.oe.task.service.CommonService;
|
|
import cn.com.qmth.examcloud.core.oe.task.service.CommonService;
|
|
@@ -255,7 +256,7 @@ public class SyncExamRecordDataJobHandler {
|
|
if (CollectionUtils.isNotEmpty(examRecordDataIds)) {
|
|
if (CollectionUtils.isNotEmpty(examRecordDataIds)) {
|
|
examRecordDataIds.removeIf(e -> examRecordDataId.equals(e));
|
|
examRecordDataIds.removeIf(e -> examRecordDataId.equals(e));
|
|
examBoss.setExamRecordDataIds(examRecordDataIds);
|
|
examBoss.setExamRecordDataIds(examRecordDataIds);
|
|
- redisClient.set(examBossKey, examBoss, 2592000);
|
|
|
|
|
|
+ redisClient.set(examBossKey, examBoss, OeConstants.TIME_OUT_7_DAY);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|