Merge branch 'develop'

This commit is contained in:
Warunee Tamkoo 2025-08-25 10:33:45 +07:00
commit 69fd9d54a3

View file

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