Merge branch 'develop'
This commit is contained in:
commit
69fd9d54a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue