mirror of https://gitee.com/karson/fastadmin.git
'stream_addr'
parent
5ab960492c
commit
b2ccc14fae
|
|
@ -42,10 +42,11 @@ class Live extends Api
|
||||||
|
|
||||||
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
||||||
|
|
||||||
|
// $pagesize = $this->request->request("per_page");
|
||||||
|
|
||||||
if ($this->request->param("status")) {
|
if ($this->request->request("status")) {
|
||||||
$where = array(
|
$where = array(
|
||||||
'status' => $this->request->param("status"),
|
'status' => $this->request->request("status"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue