#
tzsk
2024-11-14 fd0ab28fe906d3328ee1170c1a7daa203935ffc9
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)) {