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