wesmiler 2 bulan lalu
induk
melakukan
bdcadfa215
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Services/Common/ArticleService.php

+ 1 - 1
app/Services/Common/ArticleService.php

@@ -68,7 +68,7 @@ class ArticleService extends BaseService
                 if ($type>0) {
                     $query->where('a.type', $type);
                 } else {
-                    $query->where('a.type','>=',3)->where('a.type','<=',9);
+                    $query->where('a.type','>=',3)->where('a.type','<',9);
                 }
             })
             ->where(function ($query) use ($params) {