fix Noti แจ้งเตือนผิด #2417
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s
This commit is contained in:
parent
6a1ca6b867
commit
2864bea92f
3 changed files with 3 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ export class DevelopmentRequestController extends Controller {
|
|||
}
|
||||
const orgRoot = await this.orgRootRepo.findOne({
|
||||
select: {
|
||||
id: true,
|
||||
isDeputy: true
|
||||
},
|
||||
where: {
|
||||
|
|
|
|||
|
|
@ -335,6 +335,7 @@ export class ProfileEditController extends Controller {
|
|||
}
|
||||
const orgRoot = await this.orgRootRepo.findOne({
|
||||
select: {
|
||||
id: true,
|
||||
isDeputy: true
|
||||
},
|
||||
where: {
|
||||
|
|
|
|||
|
|
@ -336,6 +336,7 @@ export class ProfileEditEmployeeController extends Controller {
|
|||
}
|
||||
const orgRoot = await this.orgRootRepo.findOne({
|
||||
select: {
|
||||
id: true,
|
||||
isDeputy: true
|
||||
},
|
||||
where: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue