From 7739af7d44ed4f36d43e0e4296b6cba475193caf Mon Sep 17 00:00:00 2001 From: Adisak Date: Fri, 7 Nov 2025 14:04:09 +0700 Subject: [PATCH] fix --- src/controllers/ProfileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index e907d801..57d618c6 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -2993,7 +2993,7 @@ export class ProfileController extends Controller { qb.orWhere(condition).orWhere(conditionNow); }), ) - .andWhere("viewDirectorActing.isProbation = :isProbation", { isProbation: false }) + .andWhere("viewDirector.isProbation = :isProbation", { isProbation: false }) .andWhere( new Brackets((qb) => { qb.orWhere(