Commit 61dfd01c authored by zhuwei's avatar zhuwei

bug

parent 26a89d63
...@@ -51,8 +51,8 @@ class PerformanceInfo extends Basic ...@@ -51,8 +51,8 @@ class PerformanceInfo extends Basic
$where['Houses.landmark'] = ['like', '%'.$this->params['landmark'].'%']; $where['Houses.landmark'] = ['like', '%'.$this->params['landmark'].'%'];
} }
//todo 商铺编号 //todo 商铺编号
if ($this->params['houses_id'] != NULL) { if ($this->params['house_id'] != NULL) {
$where['Houses.id'] = $this->params['houses_id']; $where['Houses.id'] = $this->params['house_id'];
} }
//todo 部门 //todo 部门
......
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