Commit c058d9fe authored by sugar's avatar sugar

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/sugar/zhupu into dev

parents 6c76f6bf ffde3102
Pipeline #730 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