no message
This commit is contained in:
parent
432c3f6851
commit
5f97ab1ac7
3 changed files with 10 additions and 9 deletions
|
|
@ -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),
|
||||
});
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue