1
zhang
2026-04-17 4284e26c26b4e8aca60e20d7c36fc6ce484a56db
zy-asc-conveyor/src/main/java/com/zy/acs/conveyor/core/service/Snap7Service.java
@@ -38,7 +38,7 @@
    public void writeSafe(StaProtocol staProtocol) throws InterruptedException {
        if (staProtocol == null) {
            News.warn("写入数据为空,跳过 [id:{}]", staProtocol.getSafeSignalData());
            News.warn("写入安全信号,站点数据为空");
            return;
        }
@@ -117,7 +117,7 @@
    public void write(StaProtocol staProtocol) throws InterruptedException {
        if (staProtocol == null) {
            News.warn("写入数据为空,跳过 [id:{}]", staProtocol.getTaskData());
            News.warn("写入任务数据,站点数据为空");
            return;
        }