Commit b2e8efe3 authored by hujun's avatar hujun

商圈

parent 7024295b
...@@ -684,6 +684,7 @@ class Shop extends Basic ...@@ -684,6 +684,7 @@ class Shop 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