-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
【错误报告】 Error evaluating expression 'ew != null and ew.sqlFirst != null' #6599
Comments
我看了issues都无法解决,无奈再次提出issues,感谢帮助 |
git形式给出你的复现demo |
本地是正常的,在liunx服务器上会报这个错误,很奇怪 |
检查你的版本冲突 |
`
` |
自己下插件看,idea下载mavenhelper |
我看了,没有版本冲突的问题。 |
确认
当前程序版本
3.5.7
问题描述
if (!StrUtil.isBlank(email.getMessageId())) { Email one = this.getOne(new LambdaQueryWrapper<Email>().eq(Email::getMessageId, email.getMessageId())); if (one == null) { boolean result = this.save(email); } }
在使用IService里面的getOne方法时,报以下错误,
详细堆栈日志
The text was updated successfully, but these errors were encountered: