|
@@ -112,7 +112,7 @@ public class JySceneUserAuthServiceImpl extends ServiceImpl<IJySceneUserAuthMapp
|
|
|
if(list.size() >0){
|
|
|
for (JySceneUserAuth auth : list) {
|
|
|
ids.add(auth.getAuthorId());
|
|
|
- getSubAuthorIdsById(auth.getAuthorId(),num,ids);
|
|
|
+ getSubAuthorIdsById(auth.getId(),num,ids);
|
|
|
}
|
|
|
}
|
|
|
}
|