diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index fdd246b..bf626e7 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -338,7 +338,7 @@ class Article extends Base $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(); $file_frag = []; foreach ($res_file as $v) {