Commit 98a114fd authored by hujun's avatar hujun

""

parent d6106b10
......@@ -166,6 +166,8 @@ 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');
} else {
$data['business_name'] = "";
}
/*图片 start*/
......
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