refactor: 修改视频分类列表接口
This commit is contained in:
@@ -25,6 +25,7 @@ class VideoCategory
|
||||
'name' => $param['name']??null
|
||||
])
|
||||
->language(request()->lang_id)
|
||||
->isShow()
|
||||
->order(['sort' => 'asc', 'id' => 'desc'])
|
||||
->select();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user