zy-asc-conveyor/src/main/java/com/zy/acs/conveyor/core/service/StationService.java
@@ -79,5 +79,9 @@
        }
    }
    public void updateStaProtocol(Integer plcId, Map<Integer, StaProtocol> data) {
        STATION_CACHE.put(plcId, data);
    }
}