zjj
2024-03-28 613a4f53f24672cc7e202f6f40a9d51bae904e40
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));
    }
}