yxiaozhou commented on issue #13498: URL: https://github.com/apache/shardingsphere/issues/13498#issuecomment-962994352
After checking the document, it is found that there is no description of the problem; Using mybatis and MySQL For example, the fields in the database are ID and phone_ Number, area, the SQL actually inserted is: insert into personal_phone_2 ( phone_number, area1 , id) values (?, ?, ?) ::: [123, 111, 1457646753489616897]; Obviously, the fields do not match, but the code does not throw an exception The code screenshot is as follows:  The database fields are as follows:  -- 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]
