This commit is contained in:
wangjinlei
2024-07-09 09:09:57 +08:00
parent 9ca89ee922
commit 6200e22efa
2 changed files with 61 additions and 5 deletions

View File

@@ -338,9 +338,7 @@ class Article extends Base
$res[$key]['H'] = $this->getHPerson($val['article_id']);
//查询文章通讯作者的账号信息
$res[$key]['reports'] = $this->getReportAuthors($val['article_id']);
//添加file
$res[$key]['reports'] = $this->getReportAuthors($val['article_id']);le
$res_file = $this->article_file_obj->where("article_id", $val['article_id'])->select();
$file_frag = [];
foreach ($res_file as $v) {