wzy
2021-04-15 a09fa8380a68806b3e8b4c9e90d94d5f2cec0b53
src/main/java/com/xcong/excoin/rabbit/consumer/FollowConsumer.java
@@ -36,7 +36,7 @@
        followOrderOperationService.addFollowerOrder(Long.parseLong(content));
    }
//    @RabbitListener(queues = RabbitMqConfig.QUEUE_FOLLOW_CHANGE_BOND)
    @RabbitListener(queues = RabbitMqConfig.QUEUE_FOLLOW_CHANGE_BOND)
    public void changeFollowOrderBond(Message message, Channel channel) {
        String content = new String(message.getBody());
        log.info("==收到跟单保证金调整消息 : {}", content);