Commit 84192570 authored by clone's avatar clone

1

parent 1282a3e3
......@@ -1273,6 +1273,10 @@ class OfficeRoomService
$ids = $this->getBuildingByStations($params['stations_ids']);
if($ids){
$where['b.id'] = array("in",$ids); //地铁
}else{
$result['status'] = 'successful';
$result['msg'] = "request null";
return $result;
}
}
......
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