We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jeecg-Boot 3.7.1
sys_gateway_route 表中没有del_flag,导致报错
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
最新代码应该有了,可能你下载的比较早,你可以按照截图执行增量SQL或者下载最新版
No branches or pull requests
版本号:
Jeecg-Boot 3.7.1
问题描述:
sys_gateway_route 表中没有del_flag,导致报错
错误截图:
Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'del_flag' in 'field list' ### The error may exist in org/jeecg/modules/system/mapper/SysGatewayRouteMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id, router_id, name, uri, predicates, filters, strip_prefix, retryable, persistable, show_api, status, create_by, create_time, del_flag FROM sys_gateway_route WHERE del_flag = 0 ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'del_flag' in 'field list' ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'del_flag' in 'field list'
友情提示:
The text was updated successfully, but these errors were encountered: