|
@@ -118,7 +118,7 @@ class GoodsService
|
|
|
});
|
|
|
})->when($categoryId != null, function ($query) use ($categoryId) {
|
|
|
$query->where('join_goods_category_id', $categoryId);
|
|
|
- })->where('goods_classify', $classify)->count();
|
|
|
+ })->whereIn('join_goods_category_id', [65,43])->count();
|
|
|
|
|
|
foreach ($rows as &$row) {
|
|
|
$row['goods_cover'] = getenv('STORAGE_DOMAIN') . $row['goods_cover'];
|