mybatis报错:Mapped Statements collection already contains value for com.xxxDao.findList
原因:xxxDao.xml中存在id(findList)重复
解决:修改其中一个id
mybatis报错:Mapped Statements collection already contains value for com.xxxDao.findList
原因:xxxDao.xml中存在id(findList)重复
解决:修改其中一个id