Commit 5680e58f authored by hujun's avatar hujun

city

parent edf80a78
......@@ -116,7 +116,7 @@ class OfficeRoom extends Basic
$metroStations = new MetroStations();
$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";
$stationsArr = $metroStations->getMetroStations($stationsField, $stationsParams);
......
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