|
@@ -120,7 +120,7 @@ public class TENotifyController {
|
|
|
if (Objects.nonNull(jsonArray) && jsonArray.size() > 0 && count != jsonArray.size()) {
|
|
|
if (Objects.nonNull(ExamRecordCacheUtil.getTencentVideoUrl(recordId)) && Objects.equals(tencentVideoUrl, ExamRecordCacheUtil.getTencentVideoUrl(recordId))) {
|
|
|
ExamRecordCacheUtil.setTencentVideoUrl(recordId, jsonArray.toJSONString());
|
|
|
- tOeExamRecordService.sendExamRecordDataSaveMq(recordId, System.currentTimeMillis());
|
|
|
+ tOeExamRecordService.sendExamRecordDataSaveMqNotIp(recordId, System.currentTimeMillis());
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
@@ -374,7 +374,7 @@ public class TENotifyController {
|
|
|
String monitorKey = ExamRecordCacheUtil.getMonitorKey(recordId);
|
|
|
TIeExamInvigilateCallLog tIeExamInvigilateCallLog = new TIeExamInvigilateCallLog(recordId, MonitorVideoSourceEnum.valueOf(source), liveUrl, MonitorStatusSourceEnum.START, monitorKey, callStatus);
|
|
|
|
|
|
- tOeExamRecordService.sendExamRecordDataSaveMq(recordId, eventTime);
|
|
|
+ tOeExamRecordService.sendExamRecordDataSaveMqNotIp(recordId, eventTime);
|
|
|
|
|
|
//监考监控通话信息 发送mq start
|
|
|
MqDto mqDto = new MqDto(mqUtil.getMqGroupDomain().getTopic(), MqTagEnum.MONITOR_LOG.name(), tIeExamInvigilateCallLog, MqTagEnum.MONITOR_LOG, String.valueOf(tIeExamInvigilateCallLog.getId()), MonitorVideoSourceEnum.valueOf(source).name());
|