Commit ea714aa3 authored by hujun's avatar hujun

key修改

parent c4c56e31
...@@ -1081,7 +1081,7 @@ class Finance extends Basic ...@@ -1081,7 +1081,7 @@ class Finance extends Basic
/**经纪人手机号**/ /**经纪人手机号**/
if (!empty($this->params['phone'])) { if (!empty($this->params['phone'])) {
$where['b.phone'] = [ 'like', '%' . $this->params['phone'] . '%' ]; $where['d.phone'] = [ 'like', '%' . $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