文章作者机构符号顺序更正

This commit is contained in:
wangjinlei
2026-01-06 13:15:31 +08:00
parent a3aa489edc
commit 6f5970c93c

View File

@@ -98,7 +98,7 @@ class Article extends Controller {
//获取文章作者相关
$authors = $this->article_author_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
$organs = $this->article_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
$atto = $this->article_author_to_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
$atto = $this->article_author_to_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->order("article_author_id,article_organ_id")->select();
$author = $this->sys_author($authors, $organs, $atto);
//标题斜体