Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop

This commit is contained in:
Kittapath 2024-02-01 15:07:23 +07:00
commit ede2e91be6
8 changed files with 31 additions and 5 deletions

View file

@ -780,7 +780,7 @@ export class PositionController extends Controller {
...typeCondition,
...checkChildConditions,
},
order: { posMasterOrder: "DESC" },
order: { posMasterOrder: "ASC" },
skip: (body.page - 1) * body.pageSize,
take: body.pageSize,
});