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