@ -33,7 +33,7 @@ class Info_amp extends CI_Controller
//如果源信息的内容为空,则插入内容。
$info = $this->InfoContents_model->get_ic_contents2($icid);
if ($info && empty($info->ic_content)) {
$this->InfoContents_model->force_update($ic_id, '<style>'.$pc_css.'</style>'.$pc_html);
$this->InfoContents_model->force_update($icid, '<style>'.$pc_css.'</style>'.$pc_html);
}
if ($icid && $json && $html) {