关于 There is no getter for property named ‘id‘ in ‘class java.lang.Integer‘

 errMsg=org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'parentId' in 'class java.lang.Integer'

加上

@Param("")注解

 

 

 


版权声明:本文为W_317原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。