src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -460,6 +460,17 @@ } } /** * 设置入库标记 */ @Override public void setErrorDev(Integer siteId, String msgErr) { StaProtocol staProtocol = station.get(siteId); if (null != staProtocol) { staProtocol.setErrorDev(msgErr); } } @Override public void close() { siemensS7Net.ConnectClose();