修改bug
This commit is contained in:
parent
621ec391ed
commit
c6fb827116
@ -20,8 +20,8 @@ public class SysTenantAccountVo {
|
||||
private Date updateTime;
|
||||
@Schema(description = "创建时间")
|
||||
private Date createTime;
|
||||
// @Schema(description = "现金余额")
|
||||
// private BigDecimal moneyBalance;
|
||||
@Schema(description = "现金余额")
|
||||
private BigDecimal moneyBalance;
|
||||
@Schema(description = "钱包余额")
|
||||
private BigDecimal wallet;
|
||||
@Schema(description = "累计收益")
|
||||
|
@ -24,7 +24,7 @@
|
||||
SELECT
|
||||
ta.id,
|
||||
ta.tenant_id,
|
||||
ta.integral_balance,
|
||||
ta.money_balance,
|
||||
ta.wallet,
|
||||
ta.revenue,
|
||||
ta.create_by,
|
||||
|
Loading…
x
Reference in New Issue
Block a user