Commit 285de99d authored by hujun's avatar hujun

去除报错

parent 273b73c5
...@@ -40,7 +40,7 @@ class District extends Basic ...@@ -40,7 +40,7 @@ class District extends Basic
if ($this->params['search'] != NULL) { if ($this->params['search'] != NULL) {
$field = 'a.id,a.district_name,a.create_time,b.name,b.phone,a.site_id'; $field = 'a.id,a.district_name,a.create_time,b.name,b.phone,a.site_id';
$where .= " AND a.status=0 AND (phone like '{$this->params['search']}%' or name like '{$this->params['search']}%')"; $where .= " a.status=0 AND (phone like '{$this->params['search']}%' or name like '{$this->params['search']}%')";
$join = 1; $join = 1;
} }
......
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