Commit c235dc61 authored by sugar's avatar sugar

圈子

parent b476ade7
...@@ -208,6 +208,7 @@ class Friend extends Api{ ...@@ -208,6 +208,7 @@ class Friend extends Api{
$list = Friendcircle::where($where) $list = Friendcircle::where($where)
->page($page) ->page($page)
->limit($this->pageSize) ->limit($this->pageSize)
->order('create_time desc')
->select(); ->select();
$this->success('获取成功',['info' =>$info,'list' =>$list]); $this->success('获取成功',['info' =>$info,'list' =>$list]);
......
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