Commit eebcedd8 authored by zhuwei's avatar zhuwei

电话记录

parent a0f786c7
......@@ -1051,7 +1051,7 @@ class Broker extends Basic
}
if (is_numeric($params['users_type']) && !empty($this->params['users_id'])) {
$where['a.users_type'] = $params['users_type'];
$where['a.user_type'] = $params['users_type'];
$where['a.users_id'] = $params['users_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