liurunyu
2025-06-19 37068a7c3f4a0c985a16a92ff64c361b6e1f17d5
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/tcpClient/LocalDecoder.java
@@ -28,7 +28,7 @@
            byte[] preByte = new byte[remain];
            in.get(preByte) ;
            in.position(0) ;
            log.info("收到中心应答数据:" + ByteUtil.bytes2Hex(preByte, true));
            log.info("收到中心下行数据:" + ByteUtil.bytes2Hex(preByte, true));
        }
        return true;
    }