1
This commit is contained in:
@@ -338,7 +338,7 @@ class Article extends Base
|
|||||||
$res[$key]['H'] = $this->getHPerson($val['article_id']);
|
$res[$key]['H'] = $this->getHPerson($val['article_id']);
|
||||||
|
|
||||||
//查询文章通讯作者的账号信息
|
//查询文章通讯作者的账号信息
|
||||||
$res[$key]['reports'] = $this->getReportAuthors($val['article_id']);le
|
$res[$key]['reports'] = $this->getReportAuthors($val['article_id']);
|
||||||
$res_file = $this->article_file_obj->where("article_id", $val['article_id'])->select();
|
$res_file = $this->article_file_obj->where("article_id", $val['article_id'])->select();
|
||||||
$file_frag = [];
|
$file_frag = [];
|
||||||
foreach ($res_file as $v) {
|
foreach ($res_file as $v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user