From e405367ca7c3a2b351ab7dafc5880713f1820daa Mon Sep 17 00:00:00 2001 From: Guoqs Date: Thu, 9 May 2024 10:18:40 +0800 Subject: [PATCH] =?UTF-8?q?update=20lianlian=E5=90=AF=E5=8A=A8=E9=87=91?= =?UTF-8?q?=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/lianlian/service/LianLianPlatformServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java index 6842c70c1..2f5cb1cb1 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java @@ -1226,6 +1226,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService { } // 生成订单 + dto.setAccountBalance(Constants.LIAN_LIAN_MAX_AMOUNT); Map map = orderBasicInfoService.generateOrderForThirdParty(dto); String orderCode = (String) map.get("orderCode"); String transactionCode = (String) map.get("transactionCode"); @@ -1239,7 +1240,6 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService { .chargeAmount(orderBasicInfo.getPayAmount()) .logicCardNum(null) .physicsCardNum(null) - .chargeAmount(Constants.LIAN_LIAN_MAX_AMOUNT) .build(); ykcPushCommandService.pushStartChargingCommand(command);