This commit is contained in:
kittapath 2025-02-17 11:07:01 +07:00
parent 8678a4b62b
commit f3b06ce104

View file

@ -340,7 +340,7 @@ export class KpiUserEvaluationController extends Controller {
});
}),
)
.orderBy("kpiUserEvaluation.createdAt", "ASC")
.orderBy("kpiUserEvaluation.createdAt", "DESC")
.skip((requestBody.page - 1) * requestBody.pageSize)
.take(requestBody.pageSize)
.getManyAndCount();