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