rwadurian/backend/services/authorization-service/src
hailin 0991d5d484 fix(authorization): allow querying REVOKED records despite deletedAt being set
撤销授权时会同时设置 status=REVOKED 和 deletedAt(软删除),
导致 findByStatus(REVOKED) 因为 deletedAt IS NULL 条件永远返回空。
修改为查询 REVOKED 状态时不过滤 deletedAt。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 02:52:43 -08:00
..
api fix(authorization): add Transform decorator to parse includeRevoked query param 2026-01-04 02:07:49 -08:00
application refactor: rename "总部社区" to "总部" across backend services 2026-01-04 00:34:36 -08:00
config refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
domain fix(authorization): allow admin tokens without accountSequence field 2026-01-03 22:57:56 -08:00
infrastructure fix(authorization): allow querying REVOKED records despite deletedAt being set 2026-01-04 02:52:43 -08:00
shared refactor!: 重构账户序列号格式 (BREAKING CHANGE) 2025-12-12 09:11:18 -08:00
app.module.ts chore(authorization-service): 移除已执行完成的 OTP 修复任务 2025-12-25 23:06:32 -08:00
main.ts fix(authorization): add Kafka microservice for @EventPattern to work 2025-12-10 10:08:55 -08:00