From 5a9dbde4116479e4823be8dbf5cb4f57f5f85efe Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 10 六月 2025 14:07:10 +0800 Subject: [PATCH] 销卡、充值回调、销卡回调 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_92_A2_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_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 c767292..a67201e 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 @@ -121,7 +121,7 @@ if(cvo.moneyRemain == null){ cvo.moneyRemain = 0.0 ; } - strTemp = "" + (Double.valueOf(cvo.moneyRemain * 100)).intValue() ; + strTemp = "" + (Double.valueOf(cvo.moneyRemain * 10000)).intValue() ; bTemp = ByteUtil.string2BCD_LE(strTemp) ; bTempLen = bTemp.length ; count = 0 ; -- Gitblit v1.8.0