Commit 2e9cb8c4 authored by hujun's avatar hujun

通话记录列表修改

parent 27501a95
......@@ -59,7 +59,7 @@ class CellPhone extends Basic
}
if (!empty($this->params['call_name'])) {
$where[] = ['EXP', "b.name like '%{$this->params['call_name']}%' or b.name like '%{$this->params['peer_no']}%' "];
$where[] = ['EXP', "b.name like '%{$this->params['call_name']}%' or c.user_name like '%{$this->params['call_name']}%' "];
}
if (!empty($this->params['call_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