Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] com.google.common.collect.Lists 找不到 #6263

Open
xiaomujin opened this issue Dec 3, 2024 · 1 comment
Open

[BUG] com.google.common.collect.Lists 找不到 #6263

xiaomujin opened this issue Dec 3, 2024 · 1 comment

Comments

@xiaomujin
Copy link

Database Type

MySQL

Database Version

MySQL 8

Druid Version

1.2.24

JDK Version

Open JDK 21

Error SQL

select

Testcase Code

com.google.common.collect.Lists 找不到这个类

Stacktrace Info

wordCloudService.lambdaQuery()
                .select(WordCloud::getContent)
                .eq(userId != null, WordCloud::getSenderId, userId)
                .eq(WordCloud::getGroupId, groupId)
                .between(WordCloud::getTime, start, end)
                .list()
                .stream()
                .map(WordCloud::getContent)
                .toList();

Error Info

No response

@ddxl123
Copy link

ddxl123 commented Dec 4, 2024

一样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants