fixes : ps
This commit is contained in:
parent
af01946be9
commit
c6567b23ad
@ -309,7 +309,7 @@ class SMC_Credit_PD_Controller extends REST_Controller {
|
||||
log_message('ERROR', '#### upload SMC-Credit PDData To CETApp Function Called');
|
||||
$columns = array('PDTRIGGER.pd_id');
|
||||
$table = PDTRIGGER . ' as PDTRIGGER';
|
||||
$where_arr = array('PDTRIGGER.is_the_data_transfer_cet'=>1,'PDTRIGGER.pd_status' => COMPLETED,'PDTRIGGER.pd_id'=>$smc_credit_pd);
|
||||
$where_arr = array('PDTRIGGER.is_the_data_transfer_cet'=>0,'PDTRIGGER.pd_status' => COMPLETED,'PDTRIGGER.pd_id'=>$smc_credit_pd);
|
||||
$details = $this->SMC_Credit_PD_Model->selectCustomRecords($columns, $where_arr, $table);
|
||||
if(!empty($details)){
|
||||
$response = $this->dataSynchronization($smc_credit_pd,0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user