Merge branch 'develop' into develop-Bright

This commit is contained in:
Bright 2024-05-23 10:11:23 +07:00
commit f75c6237aa

View file

@ -3055,6 +3055,20 @@ export class OrganizationController extends Controller {
"orgChild1s.orgChild2s.orgChild3s",
"orgChild1s.orgChild2s.orgChild3s.orgChild4s",
],
order: {
orgChild1s:{
orgChild1Name: "ASC",
orgChild2s:{
orgChild2Name: "ASC",
orgChild3s:{
orgChild3Name: "ASC",
orgChild4s:{
orgChild4Name: "ASC",
}
}
}
},
}
});
return new HttpSuccess(data);
}