com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'form__ids' in 'field list'
springboot + mybatis + tk.mybatis + mysql (mysql默认utf8_general_ci排序规则,大小写不敏感)
表属性命名时,mysql和mapper对应的实体属性如果类似formIds这种,都应写成form_ids。
来源:CSDN
作者:风铃峰顶
链接:https://blog.csdn.net/haoranhaoshi/article/details/104117750