Commit 7c8ad282 by rui.zhu

取消订单退款金额错误

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