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);