This commit is contained in:
wangjinlei
2024-08-21 14:20:27 +08:00
parent 0cc5aa6e5f
commit 1f53c0419b
4 changed files with 140 additions and 4 deletions

View File

@@ -657,7 +657,7 @@ class Journal extends Controller {
$list[$k]['mains'] = [];//getArticleMains($v['article_id']);
$cm = $this->article_main_obj->where('article_id',$v['article_id'])->where('state',0)->find();
$list[$k]['has_mains'] = $cm?1:0;
$list[$k]["cite_num"] = $this->article_cite_obj->where("article_id",$v['article_id'])->where("state",1)->count();
$list[$k]["cite_num"] = $this->article_cite_obj->where("article_id",$v['article_id'])->where("state",1)->where("is_wos",1)->count();
}
//获取作者