Commit f8a150db authored by clone's avatar clone

1

parent 2c851cc8
......@@ -102,7 +102,11 @@ class OfficeRoomApiService
$ids = $this->getBuildingByStations($params['stations_ids']);
if ($ids) {
$where['b.id'] = array("in", $ids); //地铁
}
}else{
$result['status'] = 'successful';
$result['msg'] = "request null";
return $result;
}
}
$where['a.status'] = 1; //状态 1上架 2下架 只显示上架
$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';
......
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