|
|
$parent = $userModel::where('id', $item)->find();
|
|
$parent = $userModel::where('id', $item)->find();
|
|
|
$teamCount = $userModel::where('parent_id', $item)->where('team_level_id', '>=',$parent->team_level_id)->count() +1;
|
|
$teamCount = $userModel::where('parent_id', $item)->where('team_level_id', '>=',$parent->team_level_id)->count() +1;
|