v1.1 payermax-校验金额用localAmount

This commit is contained in:
2022-10-21 15:01:47 +08:00
parent 7782ad5bb8
commit 930d086866

View File

@@ -390,7 +390,7 @@ public class ChargeService extends BaseService {
private int handleAppPayGoldBuss(ChargeRecord chargeRecord) {
log.info("handleAppPayGoldBuss: {}", JSON.toJSONString(chargeRecord));
Long amountLong = chargeRecord.getAmount();
Long amountLong = chargeRecord.getLocalAmount();
String chargeRecordProdId = chargeRecord.getChargeProdId();
ChargeProd chargeProd = chargeProdService.getChargeProdById(chargeRecordProdId);
Long money;