FIX_ISSUE
This commit is contained in:
parent
2a74aebbf6
commit
3f86091720
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user