diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index ad8603b6..e211d3db 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -2361,8 +2361,9 @@ export class PositionController extends Controller { }, relations: ["posLevel", "posType", "posExecutive"], order: { - posType: { posTypeRank: "ASC" }, - posLevel: { posLevelRank: "ASC" }, + // posType: { posTypeRank: "ASC" }, + // posLevel: { posLevelRank: "ASC" }, + orderNo: "ASC", }, });