Commit 3a6702f9 by rui.zhu

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

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