Commit 22685bde authored by zw's avatar zw

Merge branch 'test'

parents 78a7f4db ee4eebcc
......@@ -75,7 +75,7 @@ class CellPhone extends Basic
}
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);
......
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