#
Junjie
2 天以前 20d89f3b98d287f1d1fce06357317462903ac04c
src/main/java/com/zy/core/thread/impl/NyLiftThread.java
@@ -353,7 +353,7 @@
    @Override
    public CommandResponse switchIOMode(LiftIoModeType type) {
        CommandResponse response = new CommandResponse(true);
        liftProtocol.setIOModeType(type);
        liftProtocol.setIOMode(type);
        return response;
    }