|
|
|
@ -1174,7 +1174,6 @@ class Information extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foreach ($group_recommands as $item) {
|
|
|
|
|
if (empty($data[$item->ir_name])) {
|
|
|
|
|
$result = $this->recommand_information_rule($information, $root_detail, $item, $exclude_ids);
|
|
|
|
@ -1184,6 +1183,7 @@ class Information extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//print_r($data);
|
|
|
|
|
log_message('error', 'exclude_ids: '.$information->ic_url.' '.implode(',',$exclude_ids));
|
|
|
|
|
return $data;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|