1.添加爬主播 发送到AI消息队列
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user