FIX_CLAIMS_API : RV
This commit is contained in:
parent
13c5279fe1
commit
42fbc1ec43
File diff suppressed because it is too large
Load Diff
@ -2539,8 +2539,15 @@ class EmployeeRestController extends AdminController
|
|||||||
if($ClientPolicyValue['policy_type_id'] == 1)
|
if($ClientPolicyValue['policy_type_id'] == 1)
|
||||||
{
|
{
|
||||||
$data['policy_terms'] = $this->policyTermsFiter($terms,'gpa');
|
$data['policy_terms'] = $this->policyTermsFiter($terms,'gpa');
|
||||||
|
$data['department_id'] = 2;
|
||||||
|
|
||||||
|
}else if($ClientPolicyValue['policy_type_id'] == 2){
|
||||||
|
$data['policy_terms'] = $this->policyTermsFiter($terms,'gmc');
|
||||||
|
$data['department_id'] = 1;
|
||||||
|
}else if($ClientPolicyValue['policy_type_id'] == 6){
|
||||||
|
$data['policy_terms'] = $this->policyTermsFiter($terms,'gmc');
|
||||||
$data['department_id'] = 3;
|
$data['department_id'] = 3;
|
||||||
}else{
|
}else if($ClientPolicyValue['policy_type_id'] == 7){
|
||||||
$data['policy_terms'] = $this->policyTermsFiter($terms,'gmc');
|
$data['policy_terms'] = $this->policyTermsFiter($terms,'gmc');
|
||||||
$data['department_id'] = 4;
|
$data['department_id'] = 4;
|
||||||
}
|
}
|
||||||
@ -2720,9 +2727,7 @@ class EmployeeRestController extends AdminController
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
return $finalarray;
|
||||||
|
|
||||||
return $finalarray;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user