cpT
2025-07-01 3c46e80f67fabd8afcc088720a88e0e02cee2049
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -321,6 +321,10 @@
                if (!staProtocol.isPakMk() && !staProtocol.isLoading()) {
                    staProtocol.setPakMk(true);
                }
                if (!staProtocol.isPakMkRun() && !staProtocol.isLoading()) {
                    staProtocol.setPakMkRun(true);
                }
            }
        }
        int[] staW = new int[]{1004,1014,1020};
@@ -616,6 +620,17 @@
        }
    }
    /**
     * 设置入库标记
     */
    @Override
    public void setPakMkRun(Integer siteId, boolean pakMk) {
        StaProtocol staProtocol = station.get(siteId);
        if (null != staProtocol) {
            staProtocol.setPakMkRun(pakMk);
        }
    }
    /**
     * 设置入库标记
     */