gorden 9 hónapja
szülő
commit
d14e94c18a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/admin/service/goods/GoodsService.php

+ 1 - 1
app/admin/service/goods/GoodsService.php

@@ -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);
                 }