@@ -307,7 +307,7 @@ class MemberService extends BaseService
$userList = $this->model->where(['mark'=> 1])->whereRaw('FIND_IN_SET(?,points)', $userId)->select(['id','point_id','points'])->orderBy('create_time','asc')->get();
$userList = $userList? $userList->toArray() : [];
- if(count($userList) < 2){
+ if(count($userList) < 3){
return $userId;
}