Commit 2a47dfe5 authored by hujun's avatar hujun

跟进列表客户姓名搜索修改

parent 09a5bac7
...@@ -54,7 +54,7 @@ class Remark extends Basic ...@@ -54,7 +54,7 @@ class Remark extends Basic
} }
if (!empty($this->params['customer'])) { if (!empty($this->params['customer'])) {
$where['c.user_nick'] = $this->params['customer']; $where['c.user_name'] = $this->params['customer'];
} }
if (!empty($this->params['phone'])) { if (!empty($this->params['phone'])) {
......
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