|
@@ -1674,7 +1674,7 @@ class Manage
|
|
|
}
|
|
|
|
|
|
if (!$group) {
|
|
|
- $top = Dever::load('invite/api')->getParentAll($v['id'], 100);
|
|
|
+ $top = Dever::load('invite/api')->getParentAll($v['mid'], 100);
|
|
|
if ($top) {
|
|
|
foreach ($top as $k1 => $v1) {
|
|
|
if ($v1['uid'] != $parent['id']) {
|