|
|
@@ -243,6 +243,7 @@ public class PaymentServiceImpl implements IPaymentService {
|
|
|
pr.setTradeNo(payNotification.getTrade_no());
|
|
|
pr.setChargeAmount(payNotification.getCharge_amount());
|
|
|
pr.setFundFreezeStat(payNotification.getFund_freeze_stat());
|
|
|
+ pr.setNotifyType(payNotification.getNotify_type());
|
|
|
PayReceive payReceive = new PayReceive();
|
|
|
payReceive.setPayId(pr.getPayId());
|
|
|
payReceive.setPaySn(pr.getPaySn());
|