diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 4fe44943..cf74a0d0 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -7281,13 +7281,13 @@ export class ProfileController extends Controller { "current_holders.orgChild2", "current_holders.orgChild3", "current_holders.orgChild4", - // "profileSalary", + "profileSalary", ], - // order: { - // profileSalary: { - // order: "DESC", - // }, - // }, + order: { + profileSalary: { + order: "DESC", + }, + }, }); if (!profile) { const profile = await this.profileEmpRepo.findOne({ @@ -7301,13 +7301,13 @@ export class ProfileController extends Controller { "current_holders.orgChild2", "current_holders.orgChild3", "current_holders.orgChild4", - // "profileSalary", + "profileSalary", ], - // order: { - // profileSalary: { - // order: "DESC", - // }, - // }, + order: { + profileSalary: { + order: "DESC", + }, + }, }); if (!profile) { if (request.user.role.includes("SUPER_ADMIN")) { diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 008f0c67..0206bf36 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -3494,13 +3494,13 @@ export class ProfileEmployeeController extends Controller { "current_holders.orgChild2", "current_holders.orgChild3", "current_holders.orgChild4", - // "profileSalary", + "profileSalary", ], - // order: { - // profileSalary: { - // order: "DESC", - // }, - // }, + order: { + profileSalary: { + order: "DESC", + }, + }, }); if (!profile) { if (request.user.role.includes("SUPER_ADMIN")) { diff --git a/src/controllers/ProfileEmployeeTempController.ts b/src/controllers/ProfileEmployeeTempController.ts index efe59ca2..9fdfd581 100644 --- a/src/controllers/ProfileEmployeeTempController.ts +++ b/src/controllers/ProfileEmployeeTempController.ts @@ -2071,13 +2071,13 @@ export class ProfileEmployeeTempController extends Controller { "current_holders.orgChild2", "current_holders.orgChild3", "current_holders.orgChild4", - // "profileSalary", + "profileSalary", ], - // order: { - // profileSalary: { - // order: "DESC", - // }, - // }, + order: { + profileSalary: { + order: "DESC", + }, + }, }); if (!profile) { if (request.user.role.includes("SUPER_ADMIN")) {