自动化立体仓库 - WMS系统
#
lsh
2024-01-26 98ad8b1986704d39693ad61ba3f167013cd2fdf0
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;
            }
        }
    }