mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 16:10:03 +08:00
update 增加昨日收入金额,和累计提现金额
This commit is contained in:
@@ -118,7 +118,7 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
||||
vo.setWithdrawCode(withdrawCode);
|
||||
vo.setApplicationTime(DateUtils.formatDateTime(clearingWithdrawInfo.getApplicationTime()));
|
||||
vo.setStatusDesc(clearingWithdrawInfo.getWithdrawStatus());
|
||||
vo.setCashAmt(String.valueOf(clearingWithdrawInfo.getCreditedAmt()));
|
||||
vo.setCashAmt(clearingWithdrawInfo.getCreditedAmt());
|
||||
resultList.add(vo);
|
||||
}
|
||||
return resultList;
|
||||
|
||||
Reference in New Issue
Block a user