sort ปลัด
This commit is contained in:
parent
a78c81ca90
commit
8fc10639f5
1 changed files with 1 additions and 1 deletions
|
|
@ -7564,7 +7564,7 @@ export class OrganizationController extends Controller {
|
|||
where: {
|
||||
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
|
||||
},
|
||||
order: { isDeputy: "DESC", orgRootOrder: "ASC" },
|
||||
order: { isDeputy: "ASC", orgRootOrder: "ASC" },
|
||||
select: ["orgRootName"],
|
||||
});
|
||||
const posType = await this.posTypeRepository.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue