แก้ตำแหน่ง ฉ
This commit is contained in:
parent
7a0fec256c
commit
35d1037bb3
1 changed files with 3 additions and 3 deletions
|
|
@ -372,7 +372,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
where: {
|
where: {
|
||||||
posTypeId: Level.posTypeId,
|
posTypeId: Level.posTypeId,
|
||||||
posLevelId: Level.id,
|
posLevelId: Level.id,
|
||||||
isSpecial: salaryProfile.isSpecial == false ? false : true,
|
isSpecial: salaryProfile.isSpecial == true ? true : false,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
@ -684,7 +684,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
where: {
|
where: {
|
||||||
posTypeId: Level.posTypeId,
|
posTypeId: Level.posTypeId,
|
||||||
posLevelId: Level.id,
|
posLevelId: Level.id,
|
||||||
isSpecial: salaryProfile.isSpecial == false ? false : true,
|
isSpecial: salaryProfile.isSpecial == true ? true : false,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
@ -1056,7 +1056,7 @@ export class SalaryPeriodController extends Controller {
|
||||||
where: {
|
where: {
|
||||||
posTypeId: posLevel.posTypeId,
|
posTypeId: posLevel.posTypeId,
|
||||||
posLevelId: posLevel.id,
|
posLevelId: posLevel.id,
|
||||||
isSpecial: salaryProfile.isSpecial == false ? false : true,
|
isSpecial: salaryProfile.isSpecial == true ? true : false,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue