fix Noti แจ้งเตือนผิด #2417
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s

This commit is contained in:
harid 2026-04-09 17:32:03 +07:00
parent 6a1ca6b867
commit 2864bea92f
3 changed files with 3 additions and 0 deletions

View file

@ -321,6 +321,7 @@ export class DevelopmentRequestController extends Controller {
}
const orgRoot = await this.orgRootRepo.findOne({
select: {
id: true,
isDeputy: true
},
where: {

View file

@ -335,6 +335,7 @@ export class ProfileEditController extends Controller {
}
const orgRoot = await this.orgRootRepo.findOne({
select: {
id: true,
isDeputy: true
},
where: {

View file

@ -336,6 +336,7 @@ export class ProfileEditEmployeeController extends Controller {
}
const orgRoot = await this.orgRootRepo.findOne({
select: {
id: true,
isDeputy: true
},
where: {