Commit 8f131487 authored by wuxiaoli's avatar wuxiaoli

no message

parent 9b083f9c
......@@ -480,8 +480,8 @@ class Family extends Api
$this->error("该参数有误");
}
$data=FamilyInfoModel::dataInfo(['id'=>$id]);
$data['area']=FamilyAreaModel::where(['family_card_id'=>$val['id']])->select();
$data['nationality']=FamilyFenBuModel::where(['family_card_id'=>$val['id']])->select();
$data['area']=FamilyAreaModel::where(['family_card_id'=>$data['id']])->select();
$data['nationality']=FamilyFenBuModel::where(['family_card_id'=>$data['id']])->select();
$this->success($data);
}
......
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