An invalid property 'jdbcType ' was found in mapping

大概2种原因:

1 放进去的类型与字段的类型不匹配

2 比较变态,xml中=两边不能有空格!

错误示例如下:

 #{plat,jdbcType = INTEGER},

去掉空格后:

 #{plat,jdbcType=INTEGER},

 

posted @ 2019-05-21 11:42  稚语希听  阅读(3361)  评论(0编辑  收藏  举报