fix: 禁止账单跨租户查询
This commit is contained in:
@@ -364,7 +364,7 @@ public sealed record PaymentRecordDto
|
||||
public sealed record BillingStatisticsDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 租户 ID(为空表示跨租户统计)。
|
||||
/// 租户 ID(当前租户)。
|
||||
/// </summary>
|
||||
[JsonConverter(typeof(NullableSnowflakeIdJsonConverter))]
|
||||
public long? TenantId { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user