mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update lianlian启动金额
This commit is contained in:
@@ -1226,6 +1226,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
}
|
||||
|
||||
// 生成订单
|
||||
dto.setAccountBalance(Constants.LIAN_LIAN_MAX_AMOUNT);
|
||||
Map<String, Object> 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user