Commit 8b3c5e40 authored by hujun's avatar hujun

经纪人列表通话搜索修改

parent 07a6ea42
......@@ -231,7 +231,7 @@ class CellPhone extends Basic
}
if ($this->params['phone']) {
$where['phone'] = [$this->params['phone']];
$where['phone'] = ['LIKE',$this->params['phone'].'%'];
}
$data['list'] = $report->getCallCollect($pageNo, $pageSize, 'id desc', $field, $where);
......
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