Commit a2693cdb authored by hujun's avatar hujun

增加字段

parent 0f6e4187
...@@ -821,7 +821,7 @@ class OfficeRoomService ...@@ -821,7 +821,7 @@ class OfficeRoomService
} }
/*房东手机号搜索 end*/ /*房东手机号搜索 end*/
$field = 'a.id,b.type,b.disc,b.business_district_id,b.title,a.price_total,a.area,a.station_start,a.station_end,'; $field = 'a.id,b.type,b.disc,b.business_district_id,b.title,a.price_total,a.area,a.station_start,a.station_end,';
$field .= 'a.status,a.is_rent,a.is_show,a.create_time'; $field .= 'a.status,a.is_rent,a.is_show,a.create_time,a.floor_tag,a.price';
$room_data = $this->m_office_room->getRoomAgent($page_no, $page_size, $field, $where); $room_data = $this->m_office_room->getRoomAgent($page_no, $page_size, $field, $where);
$m_business = new GBusinessDistrict(); $m_business = new GBusinessDistrict();
......
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