src/main/java/com/zy/core/thread/impl/LfdZyForkLiftSlaveThread.java
@@ -355,7 +355,7 @@ @Override public boolean switchIOMode(ForkLiftIoModeType type) { OperateResult result = siemensS7Net.Write("DB103.12", type.id.shortValue()); OperateResult result = this.masterThread.write(this.slave.getId(), "switchIOMode", type.id.shortValue()); if (result.IsSuccess) { return true; }