employer uid
This commit is contained in:
@@ -16,12 +16,13 @@ class Employers extends BaseController
|
||||
|
||||
$query = $this->db->query($findEmp);
|
||||
$row = $query->getResult('array');
|
||||
$employer_uid = $row[0]['employer_uid'];
|
||||
if ($row ){
|
||||
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row));
|
||||
}
|
||||
|
||||
$udata = [
|
||||
'employer_uid' => $data['employer_uid']
|
||||
'employer_uid' => $employer_uid
|
||||
];
|
||||
|
||||
$addedData = $this->insert_db('employer_checks',$udata);
|
||||
|
||||
Reference in New Issue
Block a user