|
|
@ -186,8 +186,8 @@ public class AiCompareServiceImpl implements IAiCompareService { |
|
|
|
throw new RuntimeException("未获取到违建数据"); |
|
|
|
} |
|
|
|
String topic = TopicConst.IMAGE +TopicConst.FRAME; |
|
|
|
List<AiCompareMediaFileDTO> mediaFileDTOS = listMediaFile(frameDTO.getJobId(),3600,false); |
|
|
|
mqttGatewayPublish.publish(topic,new CommonTopicRequest().setData(mediaFileDTOS),1); |
|
|
|
|
|
|
|
mqttGatewayPublish.publish(topic,new CommonTopicRequest().setData(frameDTO),1); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
@ -211,5 +211,10 @@ public class AiCompareServiceImpl implements IAiCompareService { |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Boolean alert(List<Map<String, Object>> mapList) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|