mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +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()
|
||||
|
||||
Reference in New Issue
Block a user