Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-12-30 16:58:03 +05:30
commit 0a025fd6da

View File

@ -3310,8 +3310,13 @@ class EmployeeController extends AdminController
->where('employee_polices.wellness_onboard', '0')
->where('emp.emp_status', 'active')
->where('emp.is_active', 1)
->where('cp.wellness_plan_id is not null')
->where('cp.wellness_plan_id is not null',null,false)
->where('cp.wellness_plan_id !=',"")
->where('cp.wellness_plan_id !=',0)
->where('cp.wellness_vendor_id is null')
->where('cp.wellness_vendor_id !=',0)
->where('cp.wellness_vendor_id !=',"")
// ->where('cp.policy_status',1)
// ->where('cp.is_active',1)
->findAll();