#
Junjie
2024-10-11 53e395fc633608d80299b104dacbdf7921ab7815
zy-asrs-wms/src/main/java/com/zy/asrs/wms/task/AbstractHandler.java
@@ -24,7 +24,7 @@
    protected void exceptionHandle(String errorMsg, Object... args){
        log.error(errorMsg);
        throw new CoolException(MessageFormat.format(errorMsg, args));
//        throw new CoolException(MessageFormat.format(errorMsg, args));
    }
}