Advertisement

Spring Boot 报错:Column count does not match value count in the first row 的解决方法

阅读量:

报错内容分析

复制代码
    ### Error querying database.  Cause: java.sql.SQLException: Column count doesn't match value count at row 1
    ### The error may exist in file [D:\data2021219\mss_server\target\classes\mapper\UserInfoMapping.xml]
    ### The error may involve defaultParameterMap
    ### The error occurred while setting parameters
    ### SQL: INSERT INTO mss_user (user_id ,nick_name,user_name,wechat_id,phone_number,portrait,register_type ,gender,birth,country,province,city,district,job)          VALUES (?,?,?,?,??,?,?,?,?,?,?,?,?)
    ### Cause: java.sql.SQLException: Column count doesn'

全部评论 (0)

还没有任何评论哟~