Commit 4e7c3da8 authored by hujun's avatar hujun

11

parent 73e322d9
......@@ -300,7 +300,7 @@ class Houses extends Basic
}
//适合业态
if ($this->params['fit_industry_type'] != -1) {
if (!empty($this->params['fit_industry_type'])) {
$where['fit_industry_type'] = $this->params['fit_industry_type'];
}
......
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