|
@@ -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) {
|