Commit 27f20d77 authored by hujun's avatar hujun

status

parent ce869e5b
...@@ -140,6 +140,7 @@ class BusinessDistrict extends Basic ...@@ -140,6 +140,7 @@ class BusinessDistrict extends Basic
$msg = ''; $msg = '';
$where['is_del'] = 0; $where['is_del'] = 0;
$where['status'] = 0;
if ($this->params['name'] != NULL) { if ($this->params['name'] != NULL) {
$where['name'] = ['LIKE', '%'.$this->params['name'].'%']; $where['name'] = ['LIKE', '%'.$this->params['name'].'%'];
......
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