自动化立体仓库 - WMS系统
#
yxFwq
2025-11-03 94f4944f45d15de23041c1bc937196aef566c2c5
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);
    }