Commit c9f921b1 authored by zhuwei's avatar zhuwei

1

parent c7b52683
......@@ -141,12 +141,8 @@ class User extends Basic
break;
case 2:
$user_id_str = $this->getUserIDList($params['agent_id']);
if($user_id_str){
$conditions['id'] = ['in', $user_id_str];
}else{
$conditions['agent_id'] = $params['agent_id'];
}
// dump($conditions);exit;
if (isset($params['user_status'])) {
$conditions['user_status'] = $params['user_status'];
}
......
......@@ -71,7 +71,6 @@ class Member extends Basic{
$c_user = new User();
$user_id_str = $c_user->getUserIDList($params['agent_id']);
$where['a.id'] = ['in', $user_id_str];
$can_vip = false;
}
......
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