6
0
Fork 0
panliang 2023-02-15 16:49:45 +08:00
parent 9da3ce7619
commit e548b04f15
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class StoreController extends Controller
$list = $store->productSpus()
->with(['specs'])
->distinct('product_spus.id')
->distinct()
->filter($input)
->wherePivot('status', 1)
->simplePaginate(Paginator::resolvePerPage('per_page', 20, 50));