From 0487adf2ef9e40529c458861c2e2dc92c626c01c Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 25 Aug 2025 10:27:09 +0700 Subject: [PATCH] sort --- src/controllers/PositionController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index aeaff788..80007894 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -1540,6 +1540,7 @@ export class PositionController extends Controller { // posLevelRank: "ASC", // }, orderNo: "ASC", + createdAt: "ASC" }, }); const formattedData = { @@ -2379,6 +2380,7 @@ export class PositionController extends Controller { // posType: { posTypeRank: "ASC" }, // posLevel: { posLevelRank: "ASC" }, orderNo: "ASC", + createdAt: "ASC" }, });