Commit b3376f48 authored by zhuwei's avatar zhuwei

bug

parent 10df884e
...@@ -85,17 +85,17 @@ class Remark extends Basic ...@@ -85,17 +85,17 @@ class Remark extends Basic
$agent_where['district_id'] = $this->params['remark_district_id']; $agent_where['district_id'] = $this->params['remark_district_id'];
} }
// if (!empty($this->params['province'])) { /*if (!empty($this->params['province'])) {
// $where['province'] = $this->params['province']; $where['province'] = $this->params['province'];
// } }
// if (!empty($this->params['city'])) { if (!empty($this->params['city'])) {
// $where['city'] = $this->params['city']; $where['city'] = $this->params['city'];
// } }*/
if ($this->city != '全部') { /*if ($this->city != '全部') {
$where['city'] = $this->city; $where['city'] = $this->city;
} }*/
if (!empty($this->params['disc'])) { if (!empty($this->params['disc'])) {
$where['disc'] = $this->params['disc']; $where['disc'] = $this->params['disc'];
......
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