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("")注解
 

 
关于 There is no getter for property named ‘id‘ in ‘class java.lang.Integer‘
阅读 80
2023-03-09
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("")注解
 

 
相关推荐
精彩评论(0)