cpT
2025-07-03 4da282d3a87fb648ae6865929f5862b27d05a562
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -321,6 +321,14 @@
                if (!staProtocol.isPakMk() && !staProtocol.isLoading()) {
                    staProtocol.setPakMk(true);
                }
                if (!staProtocol.isPakMkRun() && !staProtocol.isLoading()) {
                    staProtocol.setPakMkRun(true);
                }
                if (!staProtocol.isPakMkTask() && !staProtocol.isLoading()) {
                    staProtocol.setPakMkTask(true);
                }
            }
        }
        int[] staW = new int[]{1004,1014,1020};
@@ -621,6 +629,18 @@
     * 设置入库标记
     */
    @Override
    public void setPakMkTask(Integer siteId, boolean pakMk) {
        StaProtocol staProtocol = station.get(siteId);
        if (null != staProtocol) {
            staProtocol.setPakMkTask(pakMk);
        }
    }
    /**
     * 设置入库标记
     */
    @Override
    public void setPakMkRun(Integer siteId, boolean pakMk) {
        StaProtocol staProtocol = station.get(siteId);
        if (null != staProtocol) {