Content Type 1 added in report : ps

This commit is contained in:
VE10-Sanjeev 2023-02-24 17:28:59 +05:30
parent f11df92593
commit 6cff15a22b

View File

@ -427,7 +427,7 @@ class PD_Model extends SPARQ_Model {
$time = '+5 day';
$where_condition_array['isactive'] = 1;
}
if($api_client == 'report'){ $where_condition_array['content_type !='] = 3; }
if($api_client == 'report'){ $where_condition_array['content_type'] = 1; }
//print_r($where_condition_array);die();
$document_lists = $this->selectRecords(PDDOCUMENTS,$where_condition_array);