Commit 90fee9b6 authored by 赵啸非's avatar 赵啸非

设备列表导出优化

parent 1379d53a
......@@ -56,7 +56,6 @@ public class TbRabbitMqConsumerTemplate<T extends TbQueueMsg> extends AbstractTb
@Override
protected List<GetResponse> doPoll(long durationInMillis) {
log.info("queues:{}",JSON.toJSONString(queues));
List<GetResponse> result = queues.stream()
.map(queue -> {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment