-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
After executing the new sql, the object id is changed #794
Comments
ptListMapper.insertPtList(ptList);
//It needs to be reset, otherwise the ID is incorrect
ptList.setId(ptListId);
return ptList; |
mybatis.spring.boot.starter.version>1.3.2 |
Hello @Keafmd , It probably means that the value of Note that MyBatis-Spring-Boot-Starter 1.3.2 is EOL (=no longer supported). |
As you said, I did make relevant configuration. Thank you! |
After executing the new sql, the object id is changed.
Why? Does this happen occasionally?
The text was updated successfully, but these errors were encountered: