zwl
2025-09-03 469d41fe09ceec3dc5259d01a4060aac1448e09f
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));
    }
}