소스 검색

完善功能

gorden 9 달 전
부모
커밋
d14e94c18a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
                 }