From 51799c9641fc763934e52ac85b45ee486ad86c4e Mon Sep 17 00:00:00 2001 From: jsasg <7352730255@qq.com> Date: Mon, 17 Feb 2025 16:25:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BA=A7=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=A0=91=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F=E5=80=BC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/v1/ProductCategory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/admin/controller/v1/ProductCategory.php b/app/admin/controller/v1/ProductCategory.php index f46a1b4f..a4dd95d7 100644 --- a/app/admin/controller/v1/ProductCategory.php +++ b/app/admin/controller/v1/ProductCategory.php @@ -25,6 +25,7 @@ class ProductCategory 'pid', 'name', 'level', + 'sort', 'is_show' ]) ->language(request()->lang_id)