kobeguang opened a new issue #2400: sharding-jdbc的4.0.0-RC1版本,传一个vo入库,key-generator.column却不是配置的字段 URL: https://github.com/apache/incubator-shardingsphere/issues/2400 druid+mybatis 入库的时候,一个vo有几十个字段,差不多10个左右是not null的,我把所有not null的字段都写入了vo,然后入库,debug发现自增主键赋值给了另一个属性(而不是我配置的id属性),我对该vo多对vo某一个其他属性赋值,就发现没有这个问题了。请问是不是bug啊?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
