add select kpi plan
This commit is contained in:
parent
0d8d5c28aa
commit
9041e8e3c7
2 changed files with 2 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ export class kpiPlanController extends Controller {
|
|||
"kpiPeriod.durationKPI",
|
||||
"kpiPlan.including",
|
||||
"kpiPlan.includingName",
|
||||
"kpiPlan.createdAt",
|
||||
])
|
||||
.orderBy("kpiPlan.createdAt", "DESC")
|
||||
.skip((page - 1) * pageSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue