order view workflow
This commit is contained in:
parent
c1d35afbbf
commit
37b68c0a4b
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ export class ViewWorkFlowController extends Controller {
|
||||||
select: ["id", "name", "sysName", "posTypeName", "posLevelName"],
|
select: ["id", "name", "sysName", "posTypeName", "posLevelName"],
|
||||||
where: { sysName: sysName, posTypeName: posTypeName, posLevelName: posLevelName },
|
where: { sysName: sysName, posTypeName: posTypeName, posLevelName: posLevelName },
|
||||||
relations: ["metaStates", "metaStates.metaStateOperators"],
|
relations: ["metaStates", "metaStates.metaStateOperators"],
|
||||||
|
order: {
|
||||||
|
metaStates: {
|
||||||
|
order: "ASC",
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
return new HttpSuccess(lists);
|
return new HttpSuccess(lists);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue