Commit 7c8ad282 by rui.zhu

取消订单退款金额错误

parent 0abf889a
...@@ -133,6 +133,7 @@ public class PaymentHandle { ...@@ -133,6 +133,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