From 685f5f2f1855d27bf8ee6304da184ef2e2d2907a Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期三, 28 八月 2024 17:26:06 +0800 Subject: [PATCH] 优化代码 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_16_Down.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_16_Down.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_16_Down.java index ed8cf0a..7110c17 100644 --- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_16_Down.java +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_16_Down.java @@ -8,8 +8,6 @@ import com.dy.common.mw.protocol.p206V202404.downVos.ComCd16Vo; import com.dy.common.mw.protocol.p206V202404.parse.global.GlCreate; import com.dy.common.util.ByteUtil; -import com.dy.common.util.ByteUtilUnsigned; -import com.dy.common.util.NumUtil; @AnnotationCodeDown(ifAny={ CodeV202404.cd_16 @@ -87,7 +85,6 @@ bs[index++] = 0 ; } - index += 4 ; strTemp = "" + cvo.moneyAlarm ; bTemp = ByteUtil.string2BCD_LE(strTemp) ; bTempLen = bTemp.length ; @@ -103,7 +100,6 @@ bs[index++] = 0 ; } - index ++ ; GlCreate.createPw(bs, index); index += 2 ; -- Gitblit v1.8.0