修改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;
@Schema(description = "创建时间")
private Date createTime;
// @Schema(description = "现金余额")
// private BigDecimal moneyBalance;
@Schema(description = "现金余额")
private BigDecimal moneyBalance;
@Schema(description = "钱包余额")
private BigDecimal wallet;
@Schema(description = "累计收益")

View File

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