Commit a5790b5a by rui.zhu

Merge branch 'feature/rui.zhu/付费会员卡系列优化-20240312' into qa

parents 17fddf66 7c8ad282
......@@ -135,6 +135,7 @@ public class PaymentHandle {
} else {
refundResponse.setPartRefund(partRefund);
}
refundResponse.setRefundAmount(refundAmount);
} catch (OrderServiceException orderEx) {
ResponseResult result = orderEx.getResult();
refundResponse = new PayRefundResponse();
......
Markdown is supported
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