From 096a11445774abcb63f80a08a940fe95ee9de7d9 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 5 Feb 2026 16:12:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(product):=20=E7=A7=BB=E9=99=A4=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=B5=B7=E5=81=9C=E7=94=A8=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E5=BE=8C=E7=AB=AF=E9=A0=90=E8=A8=AD=E6=89=80=E6=9C=89=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=82=BA=E5=95=9F=E7=94=A8=E7=8B=80=E6=85=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Inventory/Controllers/ProductController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Modules/Inventory/Controllers/ProductController.php b/app/Modules/Inventory/Controllers/ProductController.php index ec0a41c..8d0abba 100644 --- a/app/Modules/Inventory/Controllers/ProductController.php +++ b/app/Modules/Inventory/Controllers/ProductController.php @@ -152,7 +152,6 @@ class ProductController extends Controller 'price' => (float) $product->price, 'member_price' => (float) $product->member_price, 'wholesale_price' => (float) $product->wholesale_price, - 'is_active' => (bool) $product->is_active, ] ]); }