Commit 47ecb80f authored by zfc's avatar zfc

搜索加入当前页

parent dda3ecb9
......@@ -101,7 +101,7 @@ class Client extends Basic
$order="id asc";
$data['list']=$table->getAgentUserTb($pageNo, $pageSize,$order,$field, $where);
$data['total']=$table->getUserAgentTotal($where);
$data['page']=$pageNo;
return $this->response(200,'成功',$data);
}
......@@ -146,6 +146,7 @@ class Client extends Basic
$order="id desc";
$data['list']=$table->getSearch($pageNo, $pageSize,$order,$field,$join, $where,$group);
$data['total']=$table->getUserAgentTotal($where,$join);
$data['page']=$pageNo;
return $this->response(200,'成功',$data);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment