Commit 31e593e2 authored by sugar's avatar sugar

首页样谱

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