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

This commit is contained in:
jsasg
2025-02-17 16:25:21 +08:00
parent 1bb41f650d
commit c481fa0e99

View File

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