request->param(); $this->checkParams($params); $this->list = $logRecordModel->getAll($params, $this->limit); return $this->fetch(); } }