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)
|
.skip((requestBody.page - 1) * requestBody.pageSize)
|
||||||
.take(requestBody.pageSize)
|
.take(requestBody.pageSize)
|
||||||
.getManyAndCount();
|
.getManyAndCount();
|
||||||
|
|
@ -1050,7 +1050,7 @@ export class KpiUserEvaluationController extends Controller {
|
||||||
evaluationStatus: status == undefined ? "" : status.trim().toUpperCase(),
|
evaluationStatus: status == undefined ? "" : status.trim().toUpperCase(),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.orderBy("kpiUserEvaluation.createdAt", "ASC")
|
.orderBy("kpiUserEvaluation.createdAt", "DESC")
|
||||||
.skip((page - 1) * pageSize)
|
.skip((page - 1) * pageSize)
|
||||||
.take(pageSize)
|
.take(pageSize)
|
||||||
.getManyAndCount();
|
.getManyAndCount();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue