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

This commit is contained in:
jsasg
2025-02-17 16:25:21 +08:00
parent 1ffbbe8dc9
commit 51799c9641

View File

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