#
Junjie
2025-03-14 66c8b4e8c8abdb1670372af44b5c9f0cfb39c5cc
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;
        }