diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index d74f5939..c44120df 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -7568,11 +7568,11 @@ export class OrganizationController extends Controller { select: ["orgRootName"], }); const posType = await this.posTypeRepository.find({ - order: { posTypeRank: "ASC" }, + order: { posTypeRank: "DESC" }, select: ["posTypeName"], }); const posLevel = await this.posLevelRepository.find({ - order: { posLevelRank: "ASC" }, + order: { posLevelRank: "DESC" }, select: ["posLevelName"], }); return new HttpSuccess({