Face Compare report Changes 5 : ps

This commit is contained in:
gandhimathi 2022-09-18 17:39:55 +00:00
parent fdf17ee662
commit f3b6990267

View File

@ -10500,11 +10500,11 @@ class PD_Controller extends REST_Controller
public function toMakeFaceBoundingBox_get(){
// public function toMakeFaceBoundingBox($pdid,$len_id){
$pdid = $this->get('pd'); //comment this bcoz test purpose
$master_details = $this->PD_Model->getPDMasterDetails($pdid); //comment this bcoz test purpose
$len_id = $master_details[0]['fk_lender_id']; //comment this bcoz test purpose
// public function toMakeFaceBoundingBox_get(){
public function toMakeFaceBoundingBox($pdid,$len_id){
//$pdid = $this->get('pd'); //comment this bcoz test purpose
//$master_details = $this->PD_Model->getPDMasterDetails($pdid); //comment this bcoz test purpose
//$len_id = $master_details[0]['fk_lender_id']; //comment this bcoz test purpose
log_message('ERROR', "In PD Controller (to Make FaceBoundingBox called ) PDID : " . $pdid);
$where = array('isactive' => 1, 'fk_form_id' => 18, 'fk_pd_id' => $pdid);