18516761980
2021-11-05 8d0d6126ea8d17df13d62a8dd6a5a6e2b8d279c3
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));
    }
}