This commit is contained in:
wangjinlei
2024-07-09 09:46:41 +08:00
parent 6200e22efa
commit ffc448b689

View File

@@ -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) {