Merge branch 'develop' into adiDev
This commit is contained in:
commit
5efb7346d6
5 changed files with 186 additions and 31 deletions
|
|
@ -2786,7 +2786,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
)
|
||||
// .andWhere("profileEmployee.leaveCommandId Is NOT NULL")
|
||||
.andWhere(
|
||||
"profileSalary.order = (SELECT MAX(ps.order) FROM profileSalary ps WHERE ps.profileEmployeeId = profileEmployee.id and profileSalary.positionName != 'เกษียณอายุราชการ')",
|
||||
"profileSalary.order = (SELECT MAX(ps.order) FROM profileSalary ps WHERE ps.profileEmployeeId = profileEmployee.id and ps.positionName != 'เกษียณอายุราชการ')",
|
||||
)
|
||||
|
||||
// .andWhere(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue