修改bug

This commit is contained in:
曹佳豪 2025-08-20 10:04:15 +08:00
parent 621ec391ed
commit c6fb827116
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ public class SysTenantAccountVo {
private Date updateTime; private Date updateTime;
@Schema(description = "创建时间") @Schema(description = "创建时间")
private Date createTime; private Date createTime;
// @Schema(description = "现金余额") @Schema(description = "现金余额")
// private BigDecimal moneyBalance; private BigDecimal moneyBalance;
@Schema(description = "钱包余额") @Schema(description = "钱包余额")
private BigDecimal wallet; private BigDecimal wallet;
@Schema(description = "累计收益") @Schema(description = "累计收益")

View File

@ -24,7 +24,7 @@
SELECT SELECT
ta.id, ta.id,
ta.tenant_id, ta.tenant_id,
ta.integral_balance, ta.money_balance,
ta.wallet, ta.wallet,
ta.revenue, ta.revenue,
ta.create_by, ta.create_by,