自动化立体仓库 - WMS系统
#
LSH
2024-03-14 f386553a672510e8899d0c32c99e685af0828d76
src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java
@@ -22,7 +22,7 @@
        for (int staNo : staNos){
            ReturnT<String> result = reportToDismantleTheStackHandler.start(staNo);
            if (result.getCode()==200){
                continue;
                break;
            }
        }
    }