Commit 1c02ae56 authored by zhuwei's avatar zhuwei

评价列表-搜索修改

parent 591920d6
......@@ -54,7 +54,7 @@ class Evaluation extends Basic
}
//3.门店名称
if (!empty($params['store_id'])) {
$where['c.store_id'] = $params['store_id'];
$where['a.store_id'] = $params['store_id'];
}
//4.姓名
if (!empty($params['user_name'])) {
......
......@@ -187,7 +187,7 @@ class OMarchInModel extends Model
->limit($pageSize)
->page($pageNo)
->select();
//dump($this->getLastSql());
return $result;
}
public function findmarchInListCount($field, $params = '') {
......
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