ibatis有时会遇到错误:
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'initIntegral' in 'class cn.net.airmedia.airwifi.modules.integral.domain.Integral
造成的原因是因为实体类中没有Integral属性,有可能是你写错的原因。
解决方法:
1、搜索实类体中看没有没initIntegral属性
2、看initIntegral属性值有没有get和set方法
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。