linghengqian commented on issue #13063:
URL: 
https://github.com/apache/shardingsphere/issues/13063#issuecomment-944311573


   Sorry, this is a problem with my configuration. Since my project uses both 
Mybatis Plus and ShardingSphere-JDBC, according to the documentation of Mybatis 
Plus, I mistakenly thought that the entity class @TableId(type = IdType.NONE) 
and @TableId( type = IdType.INPUT) is the same function. The problem is solved 
after the annotation of the primary key of the entity class is changed to 
@TableId(type = IdType.NONE).
   
![image](https://user-images.githubusercontent.com/20187731/137496512-3bea44b2-8df6-41e8-bfe7-ea4d6c695e63.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to