v1.1 充值-订单校验amount和localAmount
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||
|
Reference in New Issue
Block a user