-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
后端启动的时候正常,前端刷新页面报系统繁忙,后台报Cause: java.sql.SQLSyntaxErrorException: Unknown column 'size' in 'field list' #198
Comments
在AppendixServiceImpl.java这个类中如下方法中的“List list = list(wrap);”报错的
|
Appendix这个实体类中注解有误吧,size_缺少下划线,就会报上述错误,加上下划线不报了
但是却报如下错误了:
|
是指某个接口,缺少 applicationId 参数, 前端没传 applicationId 参数或传的方式不对,导致后段接口没接收到该参数, 控制台 network 观察具体什么接口报错。 观察该接口的入参。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本信息:
JDK 版本(必填) : 1.8.0
源码版本(必填):4.11.0 lamp-cloud-pro-datasource-column
MySQL(必填): 5.7.9
Nacos(必填):2.0.3
问题描述:
后端启动的时候正常,前端刷新页面报系统繁忙,后台报Cause: java.sql.SQLSyntaxErrorException: Unknown column 'size' in 'field list'
报错截图
重现步骤
支持一下
如果该issue帮助了你, 麻烦给项目点个star, 并给当前issue回复一下 “👍” 或者 “已解决”.
The text was updated successfully, but these errors were encountered: