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