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();