Commit 3e171822 authored by zhuwei's avatar zhuwei

客户列表 是否vip客户

parent 164f1df0
......@@ -148,6 +148,10 @@ class User extends Basic
if (isset($params['status'])) {
$conditions['status'] = $params['status'];
}
//是否vip客户 1是 0否
if (isset($params['is_vip']) ) {
$conditions['vip'] = $params['is_vip'];
}
//传了经纪人id则表示我的客户
if (isset($params["agent_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