Commit Graph

5 Commits

Author SHA1 Message Date
MSuMshk
cfb20ca0d7 fix: 审核领取显示用户真实姓名而非 ID
- ClaimTenantReviewCommandHandler 通过 IIdentityUserRepository 查询用户 DisplayName
- ForceClaimTenantReviewCommandHandler 同步修改
- ReleaseTenantReviewClaimCommandHandler 同步修改

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 20:54:14 +08:00
MSuMshk
6ffcc09c26 feat: 新增租户审核领取和审核日志接口
- 新增 TenantReviewClaim 和 TenantAuditLog 实体
- 新增 TenantAuditAction 枚举
- 新增审核领取相关接口:GET/POST /review/claim, /review/force-claim, /review/release
- 新增审核日志接口:GET /audits
- 更新 ITenantRepository 和 EfTenantRepository
- 更新 TakeoutAppDbContext 添加 DbSet

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 20:22:03 +08:00
83a4eb0831 refactor: 移除租户侧能力 2026-01-30 02:32:01 +00:00
398c716734 fix:修复注释错误 2026-01-04 21:22:26 +08:00
2339775fcb feat: 租户审核领单与强制接管 2025-12-15 10:40:50 +08:00