Commit 7d8fdaaa authored by zhuwei's avatar zhuwei

评价列表-search

parent 1c02ae56
...@@ -50,11 +50,11 @@ class Evaluation extends Basic ...@@ -50,11 +50,11 @@ class Evaluation extends Basic
} }
//2.部门 //2.部门
if (!empty($params['district_id'])) { if (!empty($params['district_id'])) {
$where['a.district_id'] = $params['district_id']; $where['c.district_id'] = $params['district_id'];
} }
//3.门店名称 //3.门店名称
if (!empty($params['store_id'])) { if (!empty($params['store_id'])) {
$where['a.store_id'] = $params['store_id']; $where['c.store_id'] = $params['store_id'];
} }
//4.姓名 //4.姓名
if (!empty($params['user_name'])) { if (!empty($params['user_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