#
Junjie
昨天 76f70e9b4cac4a0dc9b02274de3fa7152c7921f4
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;
    }