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