lymzcq1993 commented on issue #18721:
URL: 
https://github.com/apache/shardingsphere/issues/18721#issuecomment-1211555152

   mybatis plus have default ID generation  snowflake+uuid  since 3.3.0.
   need ignore mybatis plus ID gengration
   
   ```
       @TableId(value = "id",type = IdType.AUTO)
       private Long id;
   ```


-- 
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