Commit cc816e0f authored by sugar's avatar sugar

首页样谱

parent 31e593e2
Pipeline #724 canceled with stages
...@@ -227,7 +227,7 @@ class Friend extends Api{ ...@@ -227,7 +227,7 @@ class Friend extends Api{
$page = $this->request->post('page',1); $page = $this->request->post('page',1);
$info = Friendcircle::where(['id' =>$circle_id])->find(); $info = Friendcircle::where(['id' =>$circle_id])->find();
$list = FriendCommentModel::alias('fc') $list = FriendCommentModel::alias('fc')
->join('fastim_user fu','fc.imuser_id = fu.id','right') ->join('fastim_user fu','fc.imuser_id = fu.id','left')
->where(['fc.circle_id' =>$circle_id,'fc.status'=>1]) ->where(['fc.circle_id' =>$circle_id,'fc.status'=>1])
// ->page($page) // ->page($page)
// ->limit($this->pageSize) // ->limit($this->pageSize)
......
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