diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 466370b6..33f3af82 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" }, });