Commit 399986cc authored by wuxiaoli's avatar wuxiaoli

no message

parent 90deeadd
Pipeline #766 failed with stages
......@@ -45,7 +45,6 @@ class FamilyTreeService
$people['user_id']=isset($param['user_id'])?$param['user_id']: null;
if(isset($param['people_id']) && !empty($param['people_id'])){//如果成员存在
$people['audit']=$people['status']=0;
FamilyPeopleModel::dataUpdate(['id'=>$param['people_id']],$people);
$people['id']=$param['people_id'];
return $people;
......
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