#
Junjie
3 天以前 065680a77cba650c5b3e3d75773ac210b6feafb2
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;
    }