From 8a50defcdf9022719d042f857e289e47f94914f7 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 08 五月 2024 15:04:10 +0800
Subject: [PATCH] 1、完善王江海制定的协议实现; 2、基于王江海制定的协议上行数据处任务树基础部分实现;

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

diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_23_Down.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_23_Down.java
index 2f858eb..1e0cd38 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_23_Down.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_23_Down.java
@@ -52,7 +52,7 @@
             String json = (String)para.param;
             ComCd23Vo cvo = JSON.parseObject(json, ComCd23Vo.class) ;
             if(cvo == null){
-                throw new Exception("json杞珻omCd21Vo涓簄ull") ;
+                throw new Exception("json杞珻omCd23Vo涓簄ull") ;
             }
             if(cvo.channel == null){
                 throw new Exception("IP閫氶亾鍙蜂笉鑳戒负绌�") ;

--
Gitblit v1.8.0