#
野心家
2023-10-11 0c1f961082a72b72d29eec170b1559de0485dae3
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);
                    }