employer uid

This commit is contained in:
CHIEFSOFT\ameye
2024-06-13 16:29:17 -04:00
parent 7749efbf63
commit 9eaf8d5c58
+1 -1
View File
@@ -17,7 +17,7 @@ class Employers extends BaseController
$query = $this->db->query($findEmp);
$row = $query->getResult('array');
$employer_uid = $row[0]['employer_uid'];
if ($row ){
if ($row[0]['uid']!='' ){
$checkData = $this->APIcall("POST", "http://10.10.10.48:6332/api/verify/employer", json_encode($row));
}