fix: 文章详情页推荐未区分中英文问题
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user