自动化立体仓库 - WMS系统
zjj
2023-06-06 690dd92493026305c7aa12dfe34251e008317ac4
src/main/java/com/zy/asrs/controller/NodeController.java
@@ -356,7 +356,7 @@
            for (int b=param.getStartBay(); b<=param.getEndBay(); b++) {
                for (int l=param.getStartLev(); l<=param.getEndLev(); l++) {
                    // 获取库位号
                    String locNo = String.format("%02d", r) + String.format("%02d", b) + String.format("%02d", l);
                    String locNo = param.getName()+"-" +String.format("%02d", r) + String.format("%02d", b) + String.format("%02d", l);
                    Date now =  new Date();
                    Node node1 = new Node();