1. 程式人生 > >org.apache.ibatis.reflection.ReflectionException

org.apache.ibatis.reflection.ReflectionException

org.apache.ibatis.reflection.ReflectionException

nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'platform_name' in 'class com.unisinsight.ljpolice.dto.query.TbPlatformStatsQuery'

一般來說遇見這個問題是因為缺少get、set方法,或者引數寫錯了,不過我是因為大小寫問題。
我在mybatis中,想當然的將#{query.platformName}寫為#{query.platform_name} ,自動將其變為小寫。因此報了這個錯。