#
luxiaotao1123
2022-09-20 3038797775327a7f14f20fcafa5ab6cf5e98d80b
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);
                    }