|
@@ -417,9 +417,9 @@ public class AlipayController {
|
|
|
if (parkingRecord == null) {
|
|
|
throw new Exception("支付已完成,但未找到此订单号的流水");
|
|
|
}
|
|
|
- if (!parkingRecord.getPayAmount().toString().equals(params.get("buyer_pay_amount"))) {
|
|
|
+ /* if (!parkingRecord.getPayAmount().toString().equals(params.get("buyer_pay_amount"))) {
|
|
|
throw new Exception("支付金额与系统金额不一致");
|
|
|
- }
|
|
|
+ }*/
|
|
|
parkingRecord.setUpdateTime(new Date());
|
|
|
parkingRecord.setUpdateBy(params.get("buyer_logon_id"));
|
|
|
parkingRecord.setPayType("alipay");
|