Commit ee4eebcc authored by hujun's avatar hujun

精确搜索

parent 091cb425
...@@ -75,7 +75,7 @@ class CellPhone extends Basic ...@@ -75,7 +75,7 @@ class CellPhone extends Basic
} }
if (!empty($this->params['ali_yun_phone'])) { if (!empty($this->params['ali_yun_phone'])) {
$where['a.secret_no'] = ['LIKE', $this->params['ali_yun_phone']]; $where['a.secret_no'] = trim($this->params['ali_yun_phone']);
} }
$data['list'] = $report->getCallList($pageNo, $pageSize, 'id desc', $field, $where); $data['list'] = $report->getCallList($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