wesmiler hai 2 meses
pai
achega
bdcadfa215
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
                 if ($type>0) {
                     $query->where('a.type', $type);
                     $query->where('a.type', $type);
                 } else {
                 } else {
-                    $query->where('a.type','>=',3)->where('a.type','<=',9);
+                    $query->where('a.type','>=',3)->where('a.type','<',9);
                 }
                 }
             })
             })
             ->where(function ($query) use ($params) {
             ->where(function ($query) use ($params) {