debug:押金退款
This commit is contained in:
parent
941e7f85e1
commit
f2b4675ac3
|
@ -168,7 +168,7 @@ public class RechargePayHandler implements AfterPay, AfterRefund {
|
|||
bonusService.partBonus(order.getBonusList(), order.getMoney());
|
||||
|
||||
// 如果有押金,则申请押金退款
|
||||
if (order.getSuitPrice() != null && order.getSuitPrice().compareTo(BigDecimal.ZERO) > 0 && order.getDepositPayId() != null) {
|
||||
if (order.getSuitDeposit() != null && order.getSuitDeposit().compareTo(BigDecimal.ZERO) > 0 && order.getDepositPayId() != null) {
|
||||
// 押金退款
|
||||
PayBillRefundDTO refundDto = new PayBillRefundDTO();
|
||||
refundDto.setPayId(order.getDepositPayId());
|
||||
|
|
Loading…
Reference in New Issue
Block a user