Commit 063b643a authored by zhuwei's avatar zhuwei

bug

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