PD ERROR
This commit is contained in:
parent
d25b5a80e9
commit
18e67795df
@ -369,9 +369,26 @@ class Entity_Management_Controller extends REST_Controller {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Save Entity Regions Mapping
|
* Save Entity Regions Mapping
|
||||||
*/
|
, //fk_region_id, fk_city_id, fk_entity_id, createdon, fk_createdby, updatedon, fk_updatedby
|
||||||
public function getCityHierarchy_get()
|
*/
|
||||||
|
public function SaveEntityRegionMapping_post()
|
||||||
{
|
{
|
||||||
|
// $records = $this->post('records');
|
||||||
|
|
||||||
|
// foreach($records as $key => $record)
|
||||||
|
// {
|
||||||
|
// if($record['entity_region_map_id'] != "" || $record['entity_region_map_id'] != null)
|
||||||
|
// {
|
||||||
|
// $where_condition_array = array('entity_region_map_id' => $record['entity_region_map_id']);
|
||||||
|
// $entity_region_map_id = $this->Entity_Management_Model->updateRecords($record,ENTITYREGION,$where_condition_array);
|
||||||
|
// if($entity_region_map_id != "" || $entity_region_map_id != null){ $count++; }
|
||||||
|
// }
|
||||||
|
// else
|
||||||
|
// {
|
||||||
|
// $entity_region_map_id = $this->Entity_Management_Model->saveRecords($record,ENTITYREGION,$where_condition_array);
|
||||||
|
// if($entity_region_map_id != "" || $entity_region_map_id != null){ $count++; }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -345,7 +345,7 @@ class PD_Model extends SPARQ_Model {
|
|||||||
*/
|
*/
|
||||||
public function getPDQuestionAnswers($pdid)
|
public function getPDQuestionAnswers($pdid)
|
||||||
{
|
{
|
||||||
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user