fix api web services #62
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s

This commit is contained in:
harid 2026-06-19 18:13:03 +07:00
parent d33e818ce8
commit 41862b8dca
3 changed files with 18 additions and 8 deletions

View file

@ -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",
})