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
the primary key is id and user_id insert into account_tbl_multi_pk(user_id, money, sex, information, create_time) values (?, ?, ?, ?, ?)
id
user_id
insert into account_tbl_multi_pk(user_id, money, sex, information, create_time) values (?, ?, ?, ?, ?)
If there is an exception, please attach the exception trace:
Just paste your stack trace here!
Minimal yet complete reproducer code (or URL to code):
java -version
uname -a
The text was updated successfully, but these errors were encountered:
l81893521
Successfully merging a pull request may close this issue.
Ⅰ. Issue Description
the primary key is
id
anduser_id
insert into account_tbl_multi_pk(user_id, money, sex, information, create_time) values (?, ?, ?, ?, ?)
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: