From 6f5970c93ce8e35f01c0091df38a411da661873e Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Tue, 6 Jan 2026 13:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E4=BD=9C=E8=80=85=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E7=AC=A6=E5=8F=B7=E9=A1=BA=E5=BA=8F=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5ba4410..70f5790 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -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); //标题斜体