From 20b400c3fd2d1c0540a739c81ca0a145e7a3ce7b Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 23 六月 2025 14:09:23 +0800
Subject: [PATCH] refactor(card): 根据水卡编号获取卡信息

---
 pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/parse/Cd_10_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/p206V1/parse/Cd_10_Down.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/parse/Cd_10_Down.java
index 997c39b..13cc09f 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/parse/Cd_10_Down.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/parse/Cd_10_Down.java
@@ -66,7 +66,7 @@
                 throw new Exception("json杞珻om10Vo涓簄ull");
             }
             if (cvo.rtuAddr == null) {
-                throw new Exception("娴嬭瘯鏂板湴鍧�涓嶈兘涓虹┖");
+                throw new Exception("鍦板潃涓嶈兘涓虹┖");
             }
 
             CommonV1 commonV_1 = new CommonV1();

--
Gitblit v1.8.0