From 4f3c5fdee232d2340239fc473c69aa16ef51cda3 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 20 Jun 2025 13:42:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E7=AB=A0=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E6=8E=A8=E8=8D=90=E6=9C=AA=E5=8C=BA=E5=88=86=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Article.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index/controller/Article.php b/app/index/controller/Article.php index 46393073..8a78e6d8 100644 --- a/app/index/controller/Article.php +++ b/app/index/controller/Article.php @@ -122,6 +122,7 @@ class Article extends Common 'image' ]) ->where('id', '<>', $id) + ->language($this->lang_id) ->order(['release_time' => 'desc', 'id' => 'desc']) ->limit(3) ->select();