xiaoyong931011
2022-05-23 fcbdd13e64a2052c6bbf14e4f03cd43199780f0c
src/main/java/cc/mrbird/febs/rabbit/consumer/AgentConsumer.java
@@ -40,7 +40,7 @@
        }
    }
//    @RabbitListener(queues = QueueConstants.AGENT_AUTO_LEVEL_UP)
    @RabbitListener(queues = QueueConstants.AGENT_AUTO_LEVEL_UP)
    public void agentAutoLevelUp(String id) {
        log.info("收到代理自动升级消息:{}", id);
        try {