#
Junjie
2024-12-23 a4d9d3f23e44099972ea6de8af35152ed96ae8ae
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)) {