debug:分时段订单账变格式化问题
This commit is contained in:
parent
efade2491d
commit
e369d6c8a9
|
@ -92,7 +92,7 @@ public class RechargePayHandler implements AfterPay, AfterRefund {
|
||||||
ServiceUtil.assertion(update != 1, "修改订单状态失败");
|
ServiceUtil.assertion(update != 1, "修改订单状态失败");
|
||||||
|
|
||||||
// 商户余额增加
|
// 商户余额增加
|
||||||
userService.addBalance(order.getMchId(), order.getArrivalAmount(), StringUtils.format("分时段订单%s", order.getBillNo()), RecordBalanceBstType.RECHARGE, order.getBillId());
|
userService.addBalance(order.getMchId(), order.getArrivalAmount(), String.format("分时段订单:%s", order.getBillNo()), RecordBalanceBstType.RECHARGE, order.getBillId());
|
||||||
|
|
||||||
// 如果有押金,则申请押金退款
|
// 如果有押金,则申请押金退款
|
||||||
if (order.getSuitPrice() != null && order.getSuitPrice().compareTo(BigDecimal.ZERO) > 0 && order.getDepositPayId() != null) {
|
if (order.getSuitPrice() != null && order.getSuitPrice().compareTo(BigDecimal.ZERO) > 0 && order.getDepositPayId() != null) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user