#
18516761980
2021-12-16 aae2a9ba3a33136e4106e36e47fbd5b5c31c4fd9
src/main/java/com/zy/asrs/task/AbstractHandler.java
@@ -20,7 +20,7 @@
    }
    protected void exceptionHandle(String errorMsg, Object... args){
        throw new AsrsException(MessageFormat.format(errorMsg, args));
        throw new RuntimeException(MessageFormat.format(errorMsg, args));
    }
}