#
luxiaotao1123
2022-09-15 c5736834f88a5fd43abadaec50dd2b1e6dceb4ba
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);
                    }