fix Noti แจ้งเตือนผิด #2417

This commit is contained in:
harid 2026-04-09 17:32:03 +07:00
parent 6a1ca6b867
commit 1d1b2c8f3c
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({ const orgRoot = await this.orgRootRepo.findOne({
select: { select: {
id: true,
isDeputy: true isDeputy: true
}, },
where: { where: {

View file

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

View file

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