This commit is contained in:
wangjinlei
2022-07-31 21:25:42 +08:00
parent 37ecfb7fc0
commit 774ba572b8
3 changed files with 14 additions and 1 deletions

View File

@@ -631,6 +631,7 @@ class Journal extends Controller {
$list[$k]['topic'] = $cache_topic;
$list[$k]['cite'] = $cite;
$list[$k]['journal_title'] = choiseti1($v['article_id'],$journal_info['title']);
$list[$k]['authortitle'] = $this->getAuthor($v);
}