base
parent
23423ba194
commit
159b78cb2c
|
|
@ -45,7 +45,6 @@ class StoreController extends Controller
|
||||||
|
|
||||||
$list = $store->productSpus()
|
$list = $store->productSpus()
|
||||||
->with(['specs'])
|
->with(['specs'])
|
||||||
->select($fields)
|
|
||||||
->filter($input)
|
->filter($input)
|
||||||
// ->online()
|
// ->online()
|
||||||
->wherePivot('status', 1)
|
->wherePivot('status', 1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue