Administrator
2024-05-27 42f5453644c41d3b6ac9e381f931efdfc9da8178
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_C2_Up.java
@@ -85,7 +85,7 @@
     */
    protected void doParse(byte[] bs, int bsLen, String dataCode, Data data) throws Exception {
        DataV202404 dV1 = (DataV202404)data.getSubData() ;
        DataCdC2Vo cdData = new DataCdC2Vo() ;
        DataCdC2Vo cdData = new DataCdC2Vo(CodeV202404.getCodeName(dataCode)) ;
        dV1.subData = cdData ;
        int index = ProtocolConstantV206V202404.dataIndex ;
        cdData.controllerType = ByteUtil.bytes2Hex(bs, false, index, 1) ;
@@ -109,6 +109,10 @@
            cdData.success = false ;
        }
        if(!cdData.success){
            return ;
        }
        index++ ;
        GlParse.parseRtuDt(bs, index);