|
@@ -130,7 +130,7 @@ class GoodsService
|
|
|
})
|
|
|
->when($classify != '', function ($query) use ($classify) {
|
|
|
if ($classify == 'GOODS') {
|
|
|
- $query->whereIn('join_goods_category_id', ['6', '7', '8', '10', '11', '12']);
|
|
|
+ $query->whereIn('join_goods_category_id', ['6', '7', '8', '9', '10', '11', '12', '30']);
|
|
|
} else {
|
|
|
$query->where('goods_classify', $classify);
|
|
|
}
|