Commit 68314fd0 authored by zhuwei's avatar zhuwei

业绩明细bug

parent d9506d69
...@@ -52,7 +52,7 @@ class PerformanceInfo extends Basic ...@@ -52,7 +52,7 @@ class PerformanceInfo extends Basic
} }
//todo 商铺编号 //todo 商铺编号
if ($this->params['houses_id'] != NULL) { if ($this->params['houses_id'] != NULL) {
$where['Houses.houses_id'] = $this->params['houses_id']; $where['Houses.id'] = $this->params['houses_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