diff --git a/src/controllers/ProfileSalaryController.ts b/src/controllers/ProfileSalaryController.ts index 7a4e130e..c89d7a7f 100644 --- a/src/controllers/ProfileSalaryController.ts +++ b/src/controllers/ProfileSalaryController.ts @@ -267,8 +267,8 @@ export class ProfileSalaryController extends Controller { }, { profileId: profile.id, commandCode: IsNull() }, ], - // order: { order: "ASC" }, - order: { commandDateAffect: "ASC" }, + order: { order: "ASC" }, + // order: { commandDateAffect: "ASC" }, }); return new HttpSuccess(record); } @@ -313,8 +313,8 @@ export class ProfileSalaryController extends Controller { }, { profileId: profileId, commandCode: IsNull() }, ], - // order: { order: "ASC" }, - order: { commandDateAffect: "ASC" }, + order: { order: "ASC" }, + // order: { commandDateAffect: "ASC" }, }); return new HttpSuccess(record); }