Commit 2b5c8b05 authored by wuxiaoli's avatar wuxiaoli

no message

parent e37431ea
......@@ -188,7 +188,7 @@ class Family extends Api
$data=FamilyModel::dataInfo(['id'=>$id]);
$data['family_name'] = AgentModel::dataValue(['family_id'=>$id,'status'=>1,'type'=>1]);
$data['inheritor'] = AgentModel::dataList(['family_id'=>$id,'status'=>1,'type'=>2]);
$data['inheritor'] = AgentModel::dataList(['family_id'=>$id,'status'=>1,'type'=>2],"id,realname,level");
if($data['village_id']){
$addr=Db::name('addr_village')->where(['village_code'=>$data['village_id']])->find();
......
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