From 8336a89c612600edb208ccc5d29228992c0a40aa Mon Sep 17 00:00:00 2001 From: chengxl Date: Sun, 28 Sep 2025 11:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/controller/Article.php b/application/wechat/controller/Article.php index 76f9c6a..dc606ff 100644 --- a/application/wechat/controller/Article.php +++ b/application/wechat/controller/Article.php @@ -218,7 +218,7 @@ class Article extends Controller //获取文章的作者 array_push($aRelatedId, $iArticleId); $aWhere = ['article_id' => ['in',$aRelatedId],'state' => 0,'email' => ['<>','']]; - $aAuthor = Db::name('article_author')->field('article_id,author_name,article_author_id,first_name,last_name,email')->where($aWhere)->order('article_id asc')->select(); + $aAuthor = Db::name('article_author')->field('article_id,author_name,article_author_id,first_name,last_name,email,is_report')->where($aWhere)->order('is_report desc,article_id asc')->select(); //获取期刊信息 //期刊ID