11
This commit is contained in:
@@ -348,7 +348,7 @@ function pushSFTPForScopus($file,$pdf_file,$stage_info)
|
||||
}
|
||||
|
||||
|
||||
function strongArticleList($list){
|
||||
function strongArticleList($list,$hh=true){
|
||||
$journal_stage_obj = Db::name("journal_stage");
|
||||
$journal_obj = Db::name("journal");
|
||||
$journals_ltai_obj = Db::name("article_ltai");
|
||||
@@ -363,7 +363,7 @@ function strongArticleList($list){
|
||||
$list[$k]['cite'] = $cite;
|
||||
$list[$k]['authortitle'] = getAuthor($v);
|
||||
$list[$k]["mains"] = null;
|
||||
$list[$k]['has_html'] = hasHtml($v['article_id']);
|
||||
$list[$k]['has_html'] = $hh?hasHtml($v['article_id']):1;
|
||||
$list[$k]["cite_num"] = $article_cite_obj->where("article_id",$v['article_id'])->where("state",1)->where("is_wos",1)->count();
|
||||
$list[$k]['stage_year'] = $stage_info['stage_year'];
|
||||
$list[$k]['journal_short'] = $journal_info["jabbr"];
|
||||
|
||||
Reference in New Issue
Block a user