FIX_VISIT_ONBOARD_QUERY_ISSUE
This commit is contained in:
parent
b6e8e5fa3c
commit
f636d4988f
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user