|
...
|
...
|
@@ -62,6 +62,9 @@ class BlogController extends BaseController |
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
if(!empty($this->map['start_at']) && !empty($this->map['end_at'])){
|
|
|
|
$query->whereBetween('created_at', [$this->map['start_at'],$this->map['end_at']]);
|
|
|
|
}
|
|
|
|
return $query;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|