Commit eabe9cdb authored by clone's avatar clone

是否显示在c端

parent b8fe6ea6
...@@ -115,7 +115,7 @@ class OfficeRoomApiService ...@@ -115,7 +115,7 @@ class OfficeRoomApiService
return $result; return $result;
} }
} }
$where['a.status'] = 1; //状态 1上架 2下架 只显示上架 $where['a.is_show'] = 0; //状态 是否显示在c端
$field = 'a.id,b.disc,b.title,b.address,c.name as business_name,a.building_id,a.price,a.price_total,b.status,a.is_rent'; $field = 'a.id,b.disc,b.title,b.address,c.name as business_name,a.building_id,a.price,a.price_total,b.status,a.is_rent';
try { try {
$data = $this->m_office_room->getRoomBuilding($page_no, $page_size, $order, $field, $where); $data = $this->m_office_room->getRoomBuilding($page_no, $page_size, $order, $field, $where);
......
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