|
@@ -554,7 +554,7 @@ public class MqLogicServiceImpl implements MqLogicService {
|
|
Long startTime = (Long) param.get("startTime");
|
|
Long startTime = (Long) param.get("startTime");
|
|
Long finishTime = (Long) param.get("finishTime");
|
|
Long finishTime = (Long) param.get("finishTime");
|
|
String exception = (String) param.get("exception");
|
|
String exception = (String) param.get("exception");
|
|
- TEConfig teConfig = teConfigService.getGlobalConfig();
|
|
|
|
|
|
+// TEConfig teConfig = teConfigService.getGlobalConfig();
|
|
Long examStudentId = ExamRecordCacheUtil.getExamStudentId(recordId);
|
|
Long examStudentId = ExamRecordCacheUtil.getExamStudentId(recordId);
|
|
if (Objects.isNull(examStudentId)) {
|
|
if (Objects.isNull(examStudentId)) {
|
|
TOeExamRecord tOeExamRecord = SystemConstant.getExamRecord(recordId);
|
|
TOeExamRecord tOeExamRecord = SystemConstant.getExamRecord(recordId);
|