#
Junjie
2025-03-14 84f45fcd6c1221b19bcd2a03bf306f74a223c8c7
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;
        }