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

[错误报告]: 自定义from数据表 使用了distinct,但是sql脚本中没有增加distinct关键字 #236

Open
3 tasks done
zhangjq1234 opened this issue Dec 20, 2024 · 0 comments

Comments

@zhangjq1234
Copy link

确认

  • 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突
  • 我已经在 issue 中搜索过, 确认问题没有被提出过
  • 我已经修改标题, 将标题中的 描述 替换为遇到的问题

当前程序版本

1.5.2

问题描述

.from(from -> from
.distinct() // 使用了distinct,但是sql脚本中没有增加distinct关键字
.selectAll()
.ge(UserDO::getId, 0)
.last("LIMIT 10"))

bd5d0245eefbcc3d73c5745c836d9fa7

详细堆栈日志

No response

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

1 participant