commit
7a62bc6977
1 changed files with 70 additions and 61 deletions
|
|
@ -119,9 +119,18 @@ export class StrategyController extends Controller {
|
||||||
order: "ASC",
|
order: "ASC",
|
||||||
strategyChild2s: {
|
strategyChild2s: {
|
||||||
order: "ASC",
|
order: "ASC",
|
||||||
|
createdAt: "ASC",
|
||||||
strategyChild3s: {
|
strategyChild3s: {
|
||||||
order: "ASC",
|
order: "ASC",
|
||||||
strategyChild4s: { order: "ASC", strategyChild5s: { order: "ASC" } },
|
createdAt: "ASC",
|
||||||
|
strategyChild4s: {
|
||||||
|
order: "ASC",
|
||||||
|
createdAt: "ASC",
|
||||||
|
strategyChild5s: {
|
||||||
|
order: "ASC",
|
||||||
|
createdAt: "ASC"
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue