#
18516761980
2021-09-29 15c8f00ab3a1e3d2d96b56bae0ec11efedd60231
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));
    }
}