【问题解决】org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'ItemsCustom' in 'class cn.itcast.ssm.po.ItemsQueryVo'

项目:springmvc day2 绑定包装类型queryItemsVo形参练习

在前端页面对商品进行条件查询,出现异常:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'ItemsCustom' in 'class cn.zhaojiuhui.ssm.po.ItemsQueryVo'

检查ItemsQueryVo,并没有问题,有属性itemsCustom

此时注意到异常信息中的property “ItemsCustom” 首字母是大写的,检查mapper.xml文件果然发现问题:

如图,属性itemsCustom首字母写成了大写,改为小写即问题解决

posted @ 2018-10-31 20:24  炼钢工人  阅读(507)  评论(0编辑  收藏  举报