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

sys_gateway_route 表中没有del_flag,导致报错 #7262

Closed
zfq308 opened this issue Sep 24, 2024 · 2 comments
Closed

sys_gateway_route 表中没有del_flag,导致报错 #7262

zfq308 opened this issue Sep 24, 2024 · 2 comments

Comments

@zfq308
Copy link

zfq308 commented Sep 24, 2024

版本号:

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'

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@EightMonth
Copy link
Contributor

image

@zhangdaiscott
Copy link
Member

最新代码应该有了,可能你下载的比较早,你可以按照截图执行增量SQL或者下载最新版

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

3 participants