fix
This commit is contained in:
parent
13ed3450dd
commit
0c730b0d99
1 changed files with 1 additions and 1 deletions
|
|
@ -2993,7 +2993,7 @@ export class ProfileController extends Controller {
|
||||||
qb.orWhere(condition).orWhere(conditionNow);
|
qb.orWhere(condition).orWhere(conditionNow);
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.andWhere("viewDirectorActing.isProbation = :isProbation", { isProbation: false })
|
.andWhere("viewDirector.isProbation = :isProbation", { isProbation: false })
|
||||||
.andWhere(
|
.andWhere(
|
||||||
new Brackets((qb) => {
|
new Brackets((qb) => {
|
||||||
qb.orWhere(
|
qb.orWhere(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue