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); } } /** * 设置入库标记 */