|
@@ -373,6 +373,8 @@ 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);
|
|
|
+
|
|
|
//监考监控通话信息 发送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());
|
|
|
mqDtoService.assembleSendOneWayMsg(mqDto);
|