fix api web services #62
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
d33e818ce8
commit
41862b8dca
3 changed files with 18 additions and 8 deletions
|
|
@ -3338,6 +3338,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
: `profileEmployee.isLeave IS TRUE`
|
||||
: "1=1",
|
||||
)
|
||||
.andWhere("profileEmployee.isActive IS TRUE AND profileEmployee.isDelete IS FALSE")
|
||||
.andWhere("profileEmployee.employeeClass LIKE :type", {
|
||||
type: "PERM",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue