Commit 7629b66d authored by hujun's avatar hujun

1

parent b19e14e1
...@@ -416,7 +416,7 @@ class Houses extends Basic ...@@ -416,7 +416,7 @@ class Houses extends Basic
$service_broker = new BrokerService(); $service_broker = new BrokerService();
$check_data = $service_broker->checkSite($this->userId, $this->params['site_id']); $check_data = $service_broker->checkSite($this->userId, $this->params['site_id']);
if ($check_data) { if ($check_data) {
$where['city'] = $this->params['site_id']; $where['city'] = $this->params['city'];
} else { } else {
$where['city'] = $this->city; $where['city'] = $this->city;
} }
......
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