|
...
|
...
|
@@ -20,7 +20,7 @@ class ServerInformationController extends BaseController |
|
|
|
/**
|
|
|
|
* @return JsonResponse
|
|
|
|
*/
|
|
|
|
public function lists($deleted = ServerInformation::DELETED_NORMAL)
|
|
|
|
public function lists()
|
|
|
|
{
|
|
|
|
if(isset($this->map['title']) && !empty($this->map['title'])){
|
|
|
|
$this->map['title'] = ['like','%'.$this->map['title'],','];
|
...
|
...
|
|