From ffc448b68966b93445be285d8d61d043235e478b Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Tue, 9 Jul 2024 09:46:41 +0800 Subject: [PATCH] 1 --- application/api/controller/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {