FIX_VISIT_ONBOARD_QUERY_ISSUE

This commit is contained in:
velz 2025-12-30 15:45:21 +05:30
parent b6e8e5fa3c
commit f636d4988f

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();