Commit 756953d8 authored by sugar's avatar sugar

圈子

parent 4b5ef54c
Pipeline #756 canceled with stages
......@@ -77,10 +77,10 @@ class Family extends Api
$arr = [];
foreach ($FamilyPeople as $key=>$val){
$FamilyTree=FamilyModel::myFamilyTreeList("ft.people_id = " . $val['id']);
dump($FamilyTree);
$FamilyTreeMate=FamilyModel::myFamilyTreeMateList("ftm.people_id = " . $val['id']);
array_push($arr,$FamilyTree,$FamilyTreeMate);
}
dump($arr);die;
$data =array_unique(call_user_func_array("array_merge",$arr));
}
$arr = [];
......
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