no message

This commit is contained in:
Kittapath 2024-03-04 09:43:02 +07:00
parent 432c3f6851
commit 5f97ab1ac7
3 changed files with 10 additions and 9 deletions

View file

@ -384,7 +384,7 @@ export class ProfileController extends Controller {
.andWhere(
new Brackets((qb) => {
qb.where("next_holders.id IS NULL").orWhere("next_holders.id NOT IN (:...ids)", {
ids: orgRevision.posMasters.map((x) => x.id),
ids: orgRevision.posMasters.map((x) => x.next_holderId),
});
}),
)