#
luxiaotao1123
2022-09-13 327c018e26e8b611d4a07c008043d2afcf927a88
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);
                    }