refactor: 视频分类默认选中问题
This commit is contained in:
@@ -111,7 +111,7 @@ class Attachment extends Common
|
||||
])
|
||||
->withSearch(['name'], ['name' => $param['keyword']??null])
|
||||
->language($this->lang_id)
|
||||
->category($param['id']??null)
|
||||
->category($param['id']??$video_categorys[0]['id']??null)
|
||||
->order(['sort' => 'asc', 'id' => 'desc'])
|
||||
->paginate([
|
||||
'list_rows' => $param['size'],
|
||||
|
||||
Reference in New Issue
Block a user