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 {