Commit 54d6d23c authored by wuxiaoli's avatar wuxiaoli

no message

parent 1b8fee47
...@@ -80,7 +80,7 @@ class Family extends Api ...@@ -80,7 +80,7 @@ class Family extends Api
$FamilyTreeMate=FamilyModel::myFamilyTreeMateList("ftm.people_id = " . $val['id']); $FamilyTreeMate=FamilyModel::myFamilyTreeMateList("ftm.people_id = " . $val['id']);
array_push($arr,$FamilyTree,$FamilyTreeMate); array_push($arr,$FamilyTree,$FamilyTreeMate);
} }
$data =call_user_func_array("array_merge",$arr); $data =array_unique(call_user_func_array("array_merge",$arr));
} }
$arr = []; $arr = [];
foreach ($data as $key=>$val){ foreach ($data as $key=>$val){
......
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