fix
This commit is contained in:
parent
1a402f4647
commit
f6485d4607
1 changed files with 1 additions and 2 deletions
|
|
@ -408,8 +408,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
);
|
||||
}
|
||||
}else{
|
||||
query = query.orderBy("kpiPeriod.year", "DESC")
|
||||
.addOrderBy("kpiUserEvaluation.createdAt", "DESC")
|
||||
query = query.orderBy("kpiUserEvaluation.createdAt", "DESC")
|
||||
}
|
||||
|
||||
const [kpiUserEvaluation, total] = await query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue