mirror of https://gitee.com/karson/fastadmin.git
commit
882d15f852
|
|
@ -42,10 +42,11 @@ class Live extends Api
|
|||
|
||||
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(
|
||||
'status' => $this->request->param("status"),
|
||||
'status' => $this->request->request("status"),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue