Caused by: org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.sm
Caused by: org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.sm.po.CustomerMapper.int 因为在另一个Mapper.xml里将parameterType写成了parameterMap,而mybaties中已经不再用这个属性了。 <...
原创
2019-02-05 18:37:44 ·
1051 阅读 ·
0 评论