Commit 68988a8c authored by zhuwei's avatar zhuwei

经纪人ID

parent bf3a1f05
......@@ -65,6 +65,12 @@ class PerformanceInfo extends Basic
if ($this->params['store_id'] != NULL) {
$where['Store.id'] = $this->params['store_id'] ;
}
//todo 经纪人ID
if ($this->params['agents_id'] != NULL) {
$where['Agent.id'] = $this->params['agents_id'];
}
//todo 姓名
if ($this->params['name'] != NULL) {
$where['Agent.name'] = ['like', '%'.$this->params['name'].'%'];
......
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