From 0dfac254b6787c3a694a93da9dc7f748de6cf148 Mon Sep 17 00:00:00 2001 From: knowpia <9812993@qq.com> Date: Mon, 19 Sep 2022 16:35:32 +0800 Subject: [PATCH] fix bug --- app/controller/Share.php | 1 + 1 file changed, 1 insertion(+) 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);