diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 3e10b27..a73280f 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -1033,6 +1033,7 @@ export class EvaluationController { "assessment.pointSumTotal", "assessment.pointSum", ]) + .orderBy("salaries.commandDateAffect", "DESC") .getOne(); if (!evaluation) {