Revert "fix(authorization): exclude revoked records when checking existing authorization"

This reverts commit ec528a7226.
This commit is contained in:
hailin 2026-01-04 01:08:28 -08:00
parent ec528a7226
commit af0b9d38c0
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ export class AuthorizationRoleRepositoryImpl implements IAuthorizationRoleReposi
where: {
accountSequence: accountSequence,
roleType: roleType,
status: { not: AuthorizationStatus.REVOKED }, // 排除已撤销的记录
...this.notDeleted,
},
})