|
|
@@ -40,8 +40,8 @@ public class AdminUserServiceImpl implements AdminUserService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public List<AccountAvatar> getRandomUsers() {
|
|
|
- List<Long> userIds = userContentService.getContentUser();
|
|
|
+ public List<AccountAvatar> getPublishUsers(int publishType) {
|
|
|
+ List<Long> userIds = userContentService.getContentUser(publishType);
|
|
|
return accountQuery.getAccountAvatars(userIds);
|
|
|
}
|
|
|
|