refactor: 产品分类树添加排序值字段输出

This commit is contained in:
jsasg
2025-02-17 16:25:21 +08:00
parent 2cb58b5f9a
commit 0daa6e9c94

View File

@@ -25,6 +25,7 @@ class ProductCategory
'pid',
'name',
'level',
'sort',
'is_show'
])
->language(request()->lang_id)