FIX_addEmployeeAndDependenceAPI:GWM
This commit is contained in:
parent
3aec296bc2
commit
59ed66f84c
@ -1063,9 +1063,9 @@ public function getEmployeePolicy()
|
||||
|
||||
}
|
||||
|
||||
$result[] = $array;
|
||||
// $result[] = $array;
|
||||
}
|
||||
|
||||
return $this->respond(['status' => 'success','code' => 200,'data' => []], 200);
|
||||
|
||||
|
||||
}else{
|
||||
@ -1329,7 +1329,7 @@ public function getAddOnPolicy()
|
||||
}
|
||||
|
||||
|
||||
// return $this->respond(['status' => 'success','code' => 200,'data' => ['addon_policy'=>$responce]], 200);
|
||||
return $this->respond(['status' => 'success','code' => 200,'data' => []], 200);
|
||||
|
||||
}else{
|
||||
return $this->respond(['status' => 'failed','code' => 404,'data' => []], 404);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user