Commit 51595522 authored by jiaorz's avatar jiaorz

预授权问题

parent 17bd0a87
...@@ -110,7 +110,7 @@ public class OrderRefundBiz extends BaseBiz<OrderRefundMapper, OrderRefund> { ...@@ -110,7 +110,7 @@ public class OrderRefundBiz extends BaseBiz<OrderRefundMapper, OrderRefund> {
} else { } else {
orderRefund.setRefundDesc("预授权转支付"); orderRefund.setRefundDesc("预授权转支付");
} }
orderRefund.setAmount(orderRefundVo.getFreeze2PayAmount()); orderRefund.setRefundAmount(orderRefundVo.getFreeze2PayAmount());
orderRefund.setUserId(orderPay.getUserId()); orderRefund.setUserId(orderPay.getUserId());
orderRefund.setStatus(2); orderRefund.setStatus(2);
orderRefund.setFinishTime(System.currentTimeMillis()); orderRefund.setFinishTime(System.currentTimeMillis());
......
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