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

Commit 6508d91a authored by jiangxiulong's avatar jiangxiulong

退款减积分

parent 5c1186ea
...@@ -272,7 +272,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -272,7 +272,7 @@ public class KylinRefundsStatusServiceImpl {
} }
} }
// 退积分 // 退积分
feignStoneIntegralClient.de2111(orderInfo.getUserId(), refundCallbackParam.getRefundPrice().intValue(), orderInfo.getPerformanceTitle().concat("订单退款").concat(orderInfo.getOrderCode().substring(orderInfo.getOrderCode().length() - 10))); feignStoneIntegralClient.de2111(orderInfo.getUserId(), refundCallbackParam.getRefundPrice().setScale(0, BigDecimal.ROUND_HALF_UP).intValue(), "演出订单退款:".concat(orderInfo.getPerformanceTitle()).concat(":").concat(orderInfo.getOrderCode().substring(orderInfo.getOrderCode().length() - 10)));
} }
} }
......
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