自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-15 fdb6f22f8d4bf891e47950bcf4f7cdf15a0fcdd1
src/main/java/com/zy/asrs/controller/LocMastController.java
@@ -147,6 +147,7 @@
                    for (List<Integer> node : shelves.nodes){
                        if (node.contains(r)) {
                            crnNo = shelves.nodes.indexOf(node) + 1;
                            break;
                        }
                    }
                    LocMast locMast = new LocMast();