From d95799c3cfbd90e87ce81181f88faf22bb0ec898 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 22 Aug 2025 17:28:53 +0700 Subject: [PATCH] update order org position --- src/controllers/PositionController.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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", }, });