v1.1 充值-订单校验amount和localAmount

This commit is contained in:
2022-10-18 10:37:08 +08:00
parent c38e6ad0ef
commit d9111a9929
2 changed files with 1 additions and 1 deletions

View File

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