diff --git a/app/controller/Share.php b/app/controller/Share.php index 9a7b485..65513ab 100644 --- a/app/controller/Share.php +++ b/app/controller/Share.php @@ -46,6 +46,7 @@ class Share $users = []; $result['lastIndex'] = 0; $list = Db::name("app_user_relation")->where("parent_id",$shiYou_id)->where($where)->select()->toArray(); + print_r($list);die; if(empty($list)){ $users = getAllUsersMessage($list,"user_id","id,nickname,avatar"); print_r($users);