mirror of https://gitee.com/karson/fastadmin.git
'stream_addr'
parent
d5dc8ce330
commit
9557929665
|
|
@ -40,15 +40,15 @@ class Live extends Api
|
||||||
return $this->selectpage();
|
return $this->selectpage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
||||||
|
|
||||||
// $where = array_merge($where,array(
|
|
||||||
// 'status'=>1,
|
|
||||||
// ));
|
|
||||||
|
|
||||||
// $where = array(
|
if ($this->request->param("status")) {
|
||||||
// 'status'=>1,
|
$where['status'] = $this->request->param("status");
|
||||||
// );
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$total = $this->model
|
$total = $this->model
|
||||||
->where($where)
|
->where($where)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue