自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-09-08 027b7c235ba8a2a753b8f8e1b4ac1c1950c30cfa
src/main/java/com/zy/asrs/controller/SiteController.java
@@ -156,6 +156,7 @@
            for (Map.Entry<Integer, StaProtocol> entry : station.entrySet()) {
                if (siteId.equals(entry.getKey())) {
                    StaProtocol staProtocol = entry.getValue();
                    staProtocol = staProtocol.clone();
                    if (workNo != null) {
                        staProtocol.setWorkNo(workNo);
                    }