#
18516761980
2022-07-29 165f912f7923fc27508b107873afa02140dc3eb9
src/main/java/com/zy/core/cache/MessageQueue.java
@@ -127,6 +127,7 @@
    public static void clear(SlaveType type, Integer id){
        switch (type) {
            case Crn:
                CRN_EXCHANGE.get(id).clear();
                break;
            case Devp: