test
parent
250cd4bc1d
commit
4e6f73ea76
|
|
@ -45,7 +45,6 @@ class StoreController extends Controller
|
||||||
|
|
||||||
$list = $store->productSpus()
|
$list = $store->productSpus()
|
||||||
->select($fields)
|
->select($fields)
|
||||||
->distinct('store_product_skus.product_spu_id')
|
|
||||||
->filter($input)
|
->filter($input)
|
||||||
// ->online()
|
// ->online()
|
||||||
->wherePivot('status', 1)
|
->wherePivot('status', 1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue