This commit is contained in:
AdisakKanthawilang 2024-04-26 17:51:53 +07:00
parent 8b9b7bf4b3
commit 815ed1b04f

View file

@ -1198,6 +1198,9 @@ export class PositionController extends Controller {
posMasterId: posMaster.id,
},
relations: ["posLevel", "posType", "posExecutive"],
order:{
createdAt: "ASC"
},
});
let profile: any;