#
Junjie
2024-06-12 9877b7c30b7626c4448347d373b27d0d0f2158fe
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -356,6 +356,7 @@
                for (Integer siteId : staNos) {
                    StaProtocol staProtocol = station.get(siteId);
                    basDevps.add(staProtocol.toSqlModel());
//                    log.info("输送线信号,{}", JSON.toJSONString(staProtocol));
                }
                BasDevpService basDevpService = SpringUtils.getBean(BasDevpService.class);
                if (!basDevpService.updateBatchById(basDevps)) {