diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index b2366f07..6cd1fbee 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -1264,7 +1264,7 @@ export class ProfileEmployeeController extends Controller { : "1=1", ) .andWhere("profileEmployee.employeeClass LIKE :type", { - type: "PREM", + type: "PERM", }) .andWhere( searchKeyword != undefined && searchKeyword != null && searchKeyword != ""