Revert "fix(authorization): exclude revoked records when checking existing authorization"
This reverts commit ec528a7226.
This commit is contained in:
parent
ec528a7226
commit
af0b9d38c0
|
|
@ -121,7 +121,6 @@ export class AuthorizationRoleRepositoryImpl implements IAuthorizationRoleReposi
|
||||||
where: {
|
where: {
|
||||||
accountSequence: accountSequence,
|
accountSequence: accountSequence,
|
||||||
roleType: roleType,
|
roleType: roleType,
|
||||||
status: { not: AuthorizationStatus.REVOKED }, // 排除已撤销的记录
|
|
||||||
...this.notDeleted,
|
...this.notDeleted,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue