自动化立体仓库 - WMS系统
yxFwq
2024-09-14 0ee7bd812c0493ef82fa2cb8bdaf2da08aec88d0
src/main/java/com/zy/asrs/task/AbstractHandler.java
@@ -19,6 +19,7 @@
//    protected abstract ReturnT<T> start();
    protected void exceptionHandle(String errorMsg){
        log.error(errorMsg);
        exceptionHandle(errorMsg, (Object) null);
    }