Commit 5e4979d5 authored by zhuwei's avatar zhuwei

bug

parent 208c39c8
...@@ -148,7 +148,7 @@ class PerformanceInfo extends Basic ...@@ -148,7 +148,7 @@ class PerformanceInfo extends Basic
} }
// 商铺地址 // 商铺地址
if ($this->params['landmark'] != NULL) { if ($this->params['landmark'] != NULL) {
$where['Houses.landmark'] = ['like', '%'.$this->params['landmark'].'%']; $where['Houses.internal_address'] = ['like', '%'.$this->params['landmark'].'%'];
} }
// 商铺编号 // 商铺编号
if ($this->params['house_id'] != NULL) { if ($this->params['house_id'] != NULL) {
......
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