From b9ec9b389d00ae54e98baedc4e05aaa7c7e8846a Mon Sep 17 00:00:00 2001 From: haidong Date: Mon, 9 Oct 2023 20:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=A7=E5=8D=8E=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: haidong --- src/main/java/com/netsdk/demo/module/GateModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/netsdk/demo/module/GateModule.java b/src/main/java/com/netsdk/demo/module/GateModule.java index f23d77c..083d10e 100644 --- a/src/main/java/com/netsdk/demo/module/GateModule.java +++ b/src/main/java/com/netsdk/demo/module/GateModule.java @@ -494,7 +494,7 @@ public class GateModule { findCondition.abUserID = 1; // 用户Id - System.arraycopy(userId.getBytes(), 0, findCondition.szUserID, 0, cardNo.getBytes().length); + System.arraycopy(userId.getBytes(), 0, findCondition.szUserID, 0, userId.getBytes().length); } /**