Could not set property 'xxx' of 'class 'xxx' with value 'xxx'

      在使用mybatis框架进行后台数据查询时,控制台报Could not set property 'xxx' of 'class 'xxx' with value 'xxx',看到数据已经查出来了,但是转为实体类型时出错了。

主要原因:

         resultMap返回结果类型写错

Could not set property 'xxx' of 'class 'xxx' with value 'xxx'_第1张图片

Could not set property 'xxx' of 'class 'xxx' with value 'xxx'_第2张图片

property所对应的值 要和实体类的字段保持一致。

你可能感兴趣的:(MyBatis,mybatis,set,property)