|
->whereIn('product_city.city_id',$wherIn)
|
|
->whereIn('product_city.city_id',$wherIn)
|
|
->paginate($limit,['product.id','product.sort','product.name','product.thumb','product.spec','product.price','product.market_price','product.stock']);
|
|
->paginate($limit,['product.id','product.sort','product.name','product.thumb','product.spec','product.price','product.market_price','product.stock']);
|