xiaoyong931011
2021-12-08 f5e6133809c553cfd9fb28ee61019927c547c374
src/main/java/com/xcong/excoin/rabbit/consumer/UsdtUpdateConsumer.java
@@ -78,7 +78,7 @@
        }
    }
    @RabbitListener(queues = RabbitMqConfig.QUEUE_TRC20_BLOCK)
    @RabbitListener(queues = RabbitMqConfig.QUEUE_TRC20_BLOCK, containerFactory = "customContainerFactory")
    public void trc20BlockMsg(String content) {
        Long blocnNum = Long.parseLong(content);
        try {