Helius
2021-05-28 f2591480c1e8a25f474d8ab601823ff842788ae5
src/main/java/com/xcong/excoin/rabbit/consumer/OtcConsumer.java
@@ -20,7 +20,7 @@
    }
    @RabbitListener(queues = RabbitMqConfig.QUEUE_DELAY)
//    @RabbitListener(queues = RabbitMqConfig.QUEUE_MARKET_BUSSINESS)
    public void delayOrder(String content) {
        log.info("--{}-->{}", new Date(), content);
    }