Merge branch 'develop-Bright' into develop
This commit is contained in:
commit
f8e175ae12
1 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
});
|
||||
}),
|
||||
)
|
||||
.orderBy("kpiUserEvaluation.createdAt", "ASC")
|
||||
.orderBy("kpiUserEvaluation.createdAt", "DESC")
|
||||
.skip((requestBody.page - 1) * requestBody.pageSize)
|
||||
.take(requestBody.pageSize)
|
||||
.getManyAndCount();
|
||||
|
|
@ -1050,7 +1050,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
evaluationStatus: status == undefined ? "" : status.trim().toUpperCase(),
|
||||
},
|
||||
)
|
||||
.orderBy("kpiUserEvaluation.createdAt", "ASC")
|
||||
.orderBy("kpiUserEvaluation.createdAt", "DESC")
|
||||
.skip((page - 1) * pageSize)
|
||||
.take(pageSize)
|
||||
.getManyAndCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue