update order org position

This commit is contained in:
AdisakKanthawilang 2025-08-22 17:28:53 +07:00
parent d9a730e6c6
commit d95799c3cf

View file

@ -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",
},
});