no message

This commit is contained in:
Kittapath 2024-03-14 21:53:19 +07:00
parent 966d565ac6
commit 19e23bd8b1
2 changed files with 38 additions and 24 deletions

View file

@ -995,7 +995,7 @@ export class EmployeePositionController extends Controller {
where: {
posMasterId: posMaster.id,
},
relations: ["posLevel", "posType", "posExecutive"],
relations: ["posLevel", "posType"],
});
let profile: any;