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).  -- 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]
