Commit dfbdd3b0 authored by hujun's avatar hujun

//

parent 0fa51bf4
...@@ -280,7 +280,7 @@ class OfficeService ...@@ -280,7 +280,7 @@ class OfficeService
} }
} }
$data[$k]['traffic'] = $traffic_arr; $data[$k]['traffic'] = $traffic_arr;
$data['building_images'] = $this->m_office_img->getListAll('id,img_name', ['house_id'=>$v['id']]); // $data['building_images'] = $this->m_office_img->getListAll('id,img_name', ['house_id'=>$v['id']]);
} }
$result['data'] = $data; $result['data'] = $data;
$result['status'] = 'successful'; $result['status'] = 'successful';
......
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