fix bug
This commit is contained in:
parent
3e8f43537f
commit
2bb68463be
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ export class PositionController extends Controller {
|
||||||
)
|
)
|
||||||
.andWhere(checkChildConditions)
|
.andWhere(checkChildConditions)
|
||||||
.andWhere(typeCondition)
|
.andWhere(typeCondition)
|
||||||
.andWhere(revisionCondition);
|
.andWhere(revisionCondition)
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.orWhere(
|
.orWhere(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue