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
用户管理-按编号排序,sql异常: `### SQL: select user_id, username, password, salt, realname, avatar, phone, email, sex, locked, ctime from upms_user order by userId desc LIMIT 10
; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userId' in 'order clause'`
The text was updated successfully, but these errors were encountered:
select user_id, username.... from upms_user order by userId desc LIMIT 10
这里应该用user_id吧?
Sorry, something went wrong.
已修复
No branches or pull requests
用户管理-按编号排序,sql异常:
`### SQL: select user_id, username, password, salt, realname, avatar, phone, email, sex, locked, ctime from upms_user order by userId desc LIMIT 10
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userId' in 'order clause'
; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userId' in 'order clause'`
The text was updated successfully, but these errors were encountered: