Administrator
2025-11-05 8d14015a8ae5f8d25f449ac40a155b406ce137b7
src/main/java/com/zy/core/cache/MessageQueue.java
@@ -124,9 +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: