fix: 文章详情页推荐未区分中英文问题

This commit is contained in:
2025-06-20 13:42:55 +08:00
parent eea5f83afc
commit 4f3c5fdee2

View File

@@ -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();