This commit is contained in:
knowpia
2022-09-19 16:34:51 +08:00
parent b3c2e69407
commit 6421494ba2

View File

@@ -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'];