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