作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

... ... @@ -111,6 +111,11 @@ class ListController extends HomeBaseController
$zzz['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($zzz['post_content']));
$this -> assign('zuixin',$zzz);
//将最新文章的说明文献coa显示
$post_data = Db::name('portal_category_post') -> where('post_id',$zzz['id']) -> find();
$cos_data = Db::name('docu_coa') -> where('post_id',$post_data['category_id']) -> select();
$this -> assign('cos_data',$cos_data);
}
... ...