Commit 2c47ca68 authored by cbwleft's avatar cbwleft
Browse files

首次通知没有channelOrderNo

parent 0764c266
...@@ -81,6 +81,7 @@ public class NotifyPayServiceImpl extends Notify4BasePay implements INotifyPaySe ...@@ -81,6 +81,7 @@ public class NotifyPayServiceImpl extends Notify4BasePay implements INotifyPaySe
} }
_log.info("{}更新支付状态成功,将payOrderId={},更新payStatus={}成功", logPrefix, payOrder.getPayOrderId(), PayConstant.PAY_STATUS_SUCCESS); _log.info("{}更新支付状态成功,将payOrderId={},更新payStatus={}成功", logPrefix, payOrder.getPayOrderId(), PayConstant.PAY_STATUS_SUCCESS);
payOrder.setStatus(PayConstant.PAY_STATUS_SUCCESS); payOrder.setStatus(PayConstant.PAY_STATUS_SUCCESS);
payOrder.setChannelOrderNo(trade_no);
} }
}else{ }else{
// 其他状态 // 其他状态
...@@ -134,6 +135,7 @@ public class NotifyPayServiceImpl extends Notify4BasePay implements INotifyPaySe ...@@ -134,6 +135,7 @@ public class NotifyPayServiceImpl extends Notify4BasePay implements INotifyPaySe
} }
_log.error("{}更新支付状态成功,将payOrderId={},更新payStatus={}成功", logPrefix, payOrder.getPayOrderId(), PayConstant.PAY_STATUS_SUCCESS); _log.error("{}更新支付状态成功,将payOrderId={},更新payStatus={}成功", logPrefix, payOrder.getPayOrderId(), PayConstant.PAY_STATUS_SUCCESS);
payOrder.setStatus(PayConstant.PAY_STATUS_SUCCESS); payOrder.setStatus(PayConstant.PAY_STATUS_SUCCESS);
payOrder.setChannelOrderNo(result.getTransactionId());
} }
// 业务系统后端通知 // 业务系统后端通知
doNotify(payOrder); doNotify(payOrder);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment