|
@@ -73,7 +73,7 @@ class CommonLogic
|
|
|
$config = config('team_level_where');
|
|
$config = config('team_level_where');
|
|
|
$result = false;
|
|
$result = false;
|
|
|
//组合套数
|
|
//组合套数
|
|
|
- $groupCount = UserPledge::getPledgeCount($user_id) ;
|
|
|
|
|
|
|
+ $groupCount = UserPledge::getPledgeCount($user_id)-1 ;
|
|
|
if($team_level_id == 1 && $groupCount < $config[0]['num']){
|
|
if($team_level_id == 1 && $groupCount < $config[0]['num']){
|
|
|
$result = true;
|
|
$result = true;
|
|
|
$team_level_id = 0;
|
|
$team_level_id = 0;
|