mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增昨日收入字段
This commit is contained in:
@@ -522,6 +522,9 @@ public class AdapayService {
|
||||
vo.setLastAvlBalance(new BigDecimal((String) settleCount.get("last_avl_balance")));
|
||||
vo.setAdapayMemberId(adapayMemberAccount.getAdapayMemberId());
|
||||
vo.setSettleAccountId(adapayMemberAccount.getSettleAccountId());
|
||||
|
||||
// 昨日收入
|
||||
vo.setYesterdayRevenue(BigDecimal.ZERO);
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
||||
@@ -31,4 +31,6 @@ public class AdapayAccountBalanceVO {
|
||||
// 汇付结算账户id
|
||||
private String settleAccountId;
|
||||
|
||||
// 昨日收入
|
||||
private BigDecimal yesterdayRevenue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user