This commit is contained in:
Adisak 2025-11-07 14:04:09 +07:00
parent 13ed3450dd
commit 0c730b0d99

View file

@ -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(