Commit ffde3102 authored by wuxiaoli's avatar wuxiaoli

no message

parent 57f15fab
Pipeline #729 canceled with stages
......@@ -639,7 +639,7 @@ class FamilyTree extends Api
public function auditPeopleList(){
$family_id=$this->request->param("family_id");//族谱id
$FamilyTree=FamilyModel::myFamilyTreeList(["ft.family_id" =>$family_id,'audit'=>0]);
$FamilyTree=FamilyTreeModel::myFamilyTreePeople(["ft.family_id" =>$family_id,'fp.audit'=>0]);
$this->success("",$FamilyTree);
}
......
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