1.Result Maps collection already contains value for xxxMapper.BaseResultMap错误解决办法 2.出现上面错误,说明代码重复了,BaseResultMap已经建立过了,重复了! 3.检查你的xml配置文件! 4.删除重复的代码块即可!