@@ -139,7 +139,7 @@ class MemberService extends BaseService
$where['user_type'] = $userType;
}
- return $this->model->where(['status'=> 1,'mark'=>1])
+ return $this->model->where($where)
->whereIn('user_type',[3,5])
->count('id');