From 28ce23d152670ad5f26410d755a8c35176c1c658 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期四, 04 一月 2024 18:05:20 +0800 Subject: [PATCH] 2024-01-04 朱宝民 管网流量监测站添加接口、删除接口 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_83_Up.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_83_Up.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_83_Up.java index 15ff9f1..59b9b98 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_83_Up.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_83_Up.java @@ -43,6 +43,7 @@ String confirmComCode = para.upCode ; ParseParamsForDownV1_0_1 downCpParams = new ParseParamsForDownV1_0_1() ; downCpParams.setValue( + null, ProtocolConstantV206V1_0_0.protocolName, para.rtuAddr, Command.defaultId, @@ -81,7 +82,6 @@ * @throws Exception 寮傚父 */ protected void doParse(byte[] bs, int bsLen, String dataCode, Data data) throws Exception { - short index = ProtocolConstantV206V1_0_0.dataIndex ; byte opType = bs[ProtocolConstantV206V1_0_0.dataIndex]; if(opType == 1 || opType == 3 || opType == 8){ this.doParseOpen(opType, bs, bsLen, dataCode, data); -- Gitblit v1.8.0