Commit 68296667 authored by zhuwei's avatar zhuwei

业绩明细bug

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