1.添加爬主播 发送到AI消息队列

This commit is contained in:
2025-09-25 21:52:43 +08:00
parent ca86db8f66
commit a4020b9176

View File

@@ -79,6 +79,7 @@ public class HostInfoServiceImpl extends ServiceImpl<NewHostsMapper, NewHosts> i
newHosts.forEach(newHost -> {
mqSender.send(newHost.getTenantId(),newHost);
});
log.info("发送消息到队列{}, 消息数量: {}", newHosts.get(0).getTenantId(), newHosts.size());
}