Commit 41ec11f2 authored by hujun's avatar hujun

商圈名

parent 54ae41a1
......@@ -163,6 +163,11 @@ class GHouses extends BaseModel
}
}
if (!empty($data['business_district_id'])) {
$business = new GBusinessDistrict();
$data['business_name'] = $business->where('id',$data['business_district_id'])->value('name');
}
/*图片 start*/
}
return $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