fix: 用户列表返回头像并调整上传地址

This commit is contained in:
2025-12-27 12:20:58 +08:00
parent 3d6e2f02b4
commit 433fcc04a2
4 changed files with 10 additions and 3 deletions

View File

@@ -196,6 +196,7 @@ public sealed class BatchIdentityUserOperationCommandHandler(
TenantId = user.TenantId,
Account = user.Account,
DisplayName = user.DisplayName,
Avatar = user.Avatar,
Phone = user.Phone,
Email = user.Email,
Status = user.Status,

View File

@@ -75,6 +75,7 @@ public sealed class SearchIdentityUsersQueryHandler(
TenantId = user.TenantId,
Account = user.Account,
DisplayName = user.DisplayName,
Avatar = user.Avatar,
Phone = user.Phone,
Email = user.Email,
Status = user.Status,