mybatis查询报错:

org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'parkNum' in 'class java.lang.String'
原因:参数错误
解决方法:
dao层做如下修改


org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'parkNum' in 'class java.lang.String'

155

被折叠的 条评论
为什么被折叠?