From 9dad6e99192418817dc5f6ae1f9ff2f9dd33fb7c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 17 七月 2025 14:30:12 +0800
Subject: [PATCH] 强制设置虚拟卡in_use字段为0的myBatis拦截器不起作用bug修改,bug原因是@Value()注解配置变量名称错误,从而未加入拦截器。
---
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