Commit 5dee6ab0 authored by hujun's avatar hujun

分佣明细表修改

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