no message
This commit is contained in:
parent
86b84356a2
commit
119bb83e11
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ export class ProfileController extends Controller {
|
|||
.leftJoinAndSelect("current_holder.posType", "posType")
|
||||
.where({
|
||||
orgRevisionId: findRevision?.id,
|
||||
rootId: body.rootId == null ? "1=1" : body.rootId,
|
||||
orgRootId: body.rootId == null ? "1=1" : body.rootId,
|
||||
current_holderId: Not(IsNull()),
|
||||
})
|
||||
.andWhere(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue