diff --git a/app/Endpoint/Api/Http/Controllers/StoreController.php b/app/Endpoint/Api/Http/Controllers/StoreController.php index 09ce6e7d..8577a9cd 100644 --- a/app/Endpoint/Api/Http/Controllers/StoreController.php +++ b/app/Endpoint/Api/Http/Controllers/StoreController.php @@ -45,7 +45,6 @@ class StoreController extends Controller $list = $store->productSpus() ->select($fields) - ->distinct('store_product_skus.product_spu_id') ->filter($input) // ->online() ->wherePivot('status', 1)