|
|
@ -186,6 +186,11 @@ class infofix extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 无条件获取内容
|
|
|
|
|
|
|
|
* @param mixed $ic_id
|
|
|
|
|
|
|
|
* @return void
|
|
|
|
|
|
|
|
*/
|
|
|
|
function get_by_icid($ic_id)
|
|
|
|
function get_by_icid($ic_id)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$ic = $this->infoContents_model->get_ic_contents2($ic_id);
|
|
|
|
$ic = $this->infoContents_model->get_ic_contents2($ic_id);
|
|
|
|