Commit 72ab35fd authored by hujun's avatar hujun

city

parent 1cbc2451
...@@ -400,7 +400,7 @@ class OfficeRoom extends Basic ...@@ -400,7 +400,7 @@ class OfficeRoom extends Basic
$metroStations = new MetroStations(); $metroStations = new MetroStations();
$stationsParams["is_del"] = 0; $stationsParams["is_del"] = 0;
$stationsParams["province"] = array("like", trim($city) . "%"); $stationsParams["city"] = array("like", trim($city) . "%");
$stationsField = "id,line_name,line_name_simple,name,province,city,latitude,longitude"; $stationsField = "id,line_name,line_name_simple,name,province,city,latitude,longitude";
$stationsArr = $metroStations->getMetroStations($stationsField, $stationsParams); $stationsArr = $metroStations->getMetroStations($stationsField, $stationsParams);
......
...@@ -1000,7 +1000,6 @@ Route::group('office', [ ...@@ -1000,7 +1000,6 @@ Route::group('office', [
'getOfficeBuildingAddress' => ['api_broker/shop/getOfficeBuildingAddress', ['method' => 'GET']],//确认无重盘楼盘字典 'getOfficeBuildingAddress' => ['api_broker/shop/getOfficeBuildingAddress', ['method' => 'GET']],//确认无重盘楼盘字典
'getOfficeBuildingInfo' => ['api_broker/OfficeBuilding/getOfficeBuildingInfo', ['method' => 'GET|POST']],//办公楼详情 'getOfficeBuildingInfo' => ['api_broker/OfficeBuilding/getOfficeBuildingInfo', ['method' => 'GET|POST']],//办公楼详情
'getOfficeRoomInfo' => ['api_broker/OfficeRoom/getOfficeRoomInfo', ['method' => 'GET|POST']],//获取房源详情 'getOfficeRoomInfo' => ['api_broker/OfficeRoom/getOfficeRoomInfo', ['method' => 'GET|POST']],//获取房源详情
'filtrateConditionRoom' => ['api/shop/filtrateConditionRoom', ['method' => 'get | post']],
'addCollectHouse' => ['api_broker/OfficeCollectHouse/addCollectHouse', ['method' => 'POST|GET']], //收藏或取消收藏商铺 'addCollectHouse' => ['api_broker/OfficeCollectHouse/addCollectHouse', ['method' => 'POST|GET']], //收藏或取消收藏商铺
'getCollectHouseList' => ['api_broker/OfficeCollectHouse/getCollectHouseList', ['method' => 'POST|GET']], //查询收藏数据 'getCollectHouseList' => ['api_broker/OfficeCollectHouse/getCollectHouseList', ['method' => 'POST|GET']], //查询收藏数据
'getBuildingRoom' => ['api_broker/OfficeRoom/getBuildingRoom', ['method' => 'POST|GET']], //楼盘列表 'getBuildingRoom' => ['api_broker/OfficeRoom/getBuildingRoom', ['method' => 'POST|GET']], //楼盘列表
......
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