From 079d7aaca34dffa3bdcdc291c861b51ee707a67e Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期三, 15 五月 2024 09:29:53 +0800
Subject: [PATCH] 田间灌溉项目管理 添加项目接口 逻辑删除项目接口

---
 pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java
index d6051ea..d3b7997 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_Down.java
@@ -82,7 +82,7 @@
             }
 
 
-            byte[] bs = new byte[39] ;
+            byte[] bs = new byte[45] ;
             int index = 0 ;
             bs[index] = (byte)(Integer.parseInt(cvo.controllerType, 16));
 
@@ -178,6 +178,9 @@
             ByteUtil.string2BCD_BE(bs, cvo.orderNo, index) ;
 
             index += 8 ;
+            GlCreate.createDt(bs, index);
+
+            index += 6 ;
             GlCreate.createPw(bs, index);
 
             index += 2 ;

--
Gitblit v1.8.0