mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -150,7 +150,9 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
||||
statusDesc = "已提现";
|
||||
}
|
||||
vo.setStatusDesc(statusDesc);
|
||||
vo.setCashAmt(clearingWithdrawInfo.getCreditedAmt());
|
||||
vo.setCashAmt(clearingWithdrawInfo.getWithdrawAmt());
|
||||
vo.setCreditedAmt(clearingWithdrawInfo.getCreditedAmt());
|
||||
vo.setFeeAmt(clearingWithdrawInfo.getFeeAmt());
|
||||
resultList.add(vo);
|
||||
}
|
||||
PageResponse pageResponse = PageResponse.builder()
|
||||
|
||||
@@ -25,4 +25,12 @@ public class WithdrawInfoVO {
|
||||
|
||||
// 提现金额
|
||||
private BigDecimal cashAmt;
|
||||
|
||||
// 到账金额
|
||||
private BigDecimal creditedAmt;
|
||||
|
||||
/**
|
||||
* 提现手续费
|
||||
*/
|
||||
private BigDecimal feeAmt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user