Administrator
2025-05-22 85f4c6b7d6df1c67be43fa87b7cc74af3765ccef
src/main/java/com/zy/core/cache/MessageQueue.java
@@ -124,10 +124,10 @@
        }
    }
    public static void clear(SlaveType type, Integer id){
    public static void clear(SlaveType type, Integer id) {
        switch (type) {
            case Crn:
                CRN_EXCHANGE.get(id).clear();
                break;
            case Devp: