|
@@ -311,8 +311,6 @@ public class UserService implements IUserService {
|
|
userIdList.addAll(userInfoList.stream().map(UserInfo::getUserId)
|
|
userIdList.addAll(userInfoList.stream().map(UserInfo::getUserId)
|
|
.collect(Collectors.toList()));
|
|
.collect(Collectors.toList()));
|
|
}
|
|
}
|
|
- //列表去重
|
|
|
|
- ProjectUtils.removeDuplicateWithOrder(userIdList);
|
|
|
|
return userIdList;
|
|
return userIdList;
|
|
}
|
|
}
|
|
|
|
|