[Solved] Column count doesn‘t match value count at row 1

Preface

    If this error is reported, it must be that there is no error in the SQL, just a failure to interact with the database, so there is no need to change the code or
 to fix the logic.

Solutions

**The only thing to do is to check whether the mapping relationship between the properties of JavaBean entity fields and those in the library is OK**

Similar Posts: