This commit is contained in:
AdisakKanthawilang 2025-08-25 10:27:09 +07:00
parent bd8e2b4c1c
commit 0487adf2ef

View file

@ -1540,6 +1540,7 @@ export class PositionController extends Controller {
// posLevelRank: "ASC", // posLevelRank: "ASC",
// }, // },
orderNo: "ASC", orderNo: "ASC",
createdAt: "ASC"
}, },
}); });
const formattedData = { const formattedData = {
@ -2379,6 +2380,7 @@ export class PositionController extends Controller {
// posType: { posTypeRank: "ASC" }, // posType: { posTypeRank: "ASC" },
// posLevel: { posLevelRank: "ASC" }, // posLevel: { posLevelRank: "ASC" },
orderNo: "ASC", orderNo: "ASC",
createdAt: "ASC"
}, },
}); });