黄宗昌 2 năm trước cách đây
mục cha
commit
a1c035591a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Http/Controllers/V1/ProductController.php

+ 0 - 1
app/Http/Controllers/V1/ProductController.php

xqd
@@ -202,7 +202,6 @@ class ProductController extends Controller
             $query->whereJsonContains('type',$type);
         }
         if(!empty($keyword)){
-//            dd($keyword);
             $query->where('name','like','%'.$keyword.'%');
         }
         $list = $query->where('status',1)