#
18516761980
2022-08-02 33cc8de8a39b88d619cce6e80f13564a85e5dce0
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));
    }
}