123
Administrator
7 天以前 5c4ea83ba30511b58a6863af43486e5f113f619d
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: