Qyr
This commit is contained in:
@@ -76,6 +76,21 @@ class Employment extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function verifyEmployment() :ResponseInterface{
|
public function verifyEmployment() :ResponseInterface{
|
||||||
|
|
||||||
|
$data = $this->request->getPost();
|
||||||
|
|
||||||
|
$updateVerifyQr = "UPDATE employer_checks SET
|
||||||
|
education = '".$data["education"]."',
|
||||||
|
grade= '".$data["grade"]."',
|
||||||
|
applicant_date= '".$data["applicant_date"]."',
|
||||||
|
ippis_number= '".$data["ippis_number"]."',
|
||||||
|
employers_name= '".$data["employers_name"]."',
|
||||||
|
designation= '".$data["designation"]."'
|
||||||
|
WHERE uid = '".$data["verify_uid"]."' ";
|
||||||
|
|
||||||
|
log_message('error', "updateVerifyQr ----- updateVerifyQr -->" . $updateVerifyQr);
|
||||||
|
$this->db->query($updateVerifyQr);
|
||||||
|
|
||||||
$row =[];
|
$row =[];
|
||||||
$data = [
|
$data = [
|
||||||
'call_return' => '100',
|
'call_return' => '100',
|
||||||
@@ -94,7 +109,20 @@ class Employment extends BaseController
|
|||||||
ippis_number
|
ippis_number
|
||||||
employers_name
|
employers_name
|
||||||
designation
|
designation
|
||||||
|
|
||||||
|
|
||||||
|
education = '.$data["education"].',
|
||||||
|
grade= '.$data["grade"].',
|
||||||
|
applicant_date= '.$data["applicant_date"].',
|
||||||
|
ippis_number= '.$data["ippis_number"].',
|
||||||
|
employers_name= '.$data["employers_name"].',
|
||||||
|
designation= '.$data["designation"].',
|
||||||
|
|
||||||
|
$sigCountUpdateQr = "UPDATE employers SET signatory_count = $sig_count WHERE uid = '$employer_uid' ";
|
||||||
|
log_message('error', "updateSignatoryCount sigCountUpdateQr -->" . $sigCountUpdateQr);
|
||||||
|
$this->db->query($sigCountUpdateQr);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$row =[];
|
$row =[];
|
||||||
$data = [
|
$data = [
|
||||||
'call_return' => '100',
|
'call_return' => '100',
|
||||||
|
|||||||
Reference in New Issue
Block a user