自动化立体仓库 - WMS系统
1
ZY
2024-10-30 67cb49032b0efff478b2432713d62c305e4e53ce
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);
    }