Commit c3c09b16 authored by hujun's avatar hujun

门店区域搜索修改

parent 70bfdc1c
...@@ -43,7 +43,7 @@ class Store extends Basic ...@@ -43,7 +43,7 @@ class Store extends Basic
} }
if (!empty($this->params['district'])) { if (!empty($this->params['district'])) {
$where['province'] = $this->params['district']; $where['district'] = $this->params['district'];
} }
//店长姓名 //店长姓名
......
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