记得上下班打卡 | git大法好,push需谨慎

Commit 4cfcadc9 authored by jiangxiulong's avatar jiangxiulong

getPriceActual

parent f47b63d8
...@@ -422,7 +422,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -422,7 +422,7 @@ public class KylinRefundsStatusServiceImpl {
params.add("paymentId", oderInfo.getPaymentId()); params.add("paymentId", oderInfo.getPaymentId());
params.add("paymentType", oderInfo.getPaymentType()); params.add("paymentType", oderInfo.getPaymentType());
params.add("price", String.valueOf(refundPrice)); params.add("price", String.valueOf(refundPrice));
params.add("priceTotal", String.valueOf(oderInfo.getPriceTotal())); params.add("priceTotal", String.valueOf(oderInfo.getPriceActual()));
params.add("reason", "按需退款"); params.add("reason", "按需退款");
MultiValueMap<String, String> headers = new LinkedMultiValueMap(); MultiValueMap<String, String> headers = new LinkedMultiValueMap();
......
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