Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
0a025fd6da
@ -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