FIX_ISSUE

This commit is contained in:
VENKATESHWARAN 2026-02-03 11:54:25 +05:30
parent 2a74aebbf6
commit 3f86091720

View File

@ -283,6 +283,7 @@ class EmployeePolicyModel extends Model
'(
select id from employees
where emp_code = emp.emp_code
and client_id = emp.client_id
and lower(relationship) = "self"
and is_active = 1
limit 1