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

Commit 567ce91e authored by jiangxiulong's avatar jiangxiulong

截取订单号

parent 2f1d1098
...@@ -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())); feignStoneIntegralClient.de2111(orderInfo.getUserId(), refundCallbackParam.getRefundPrice().intValue(), 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