在mybatis中使用collection标签映射结果时,出现映射结果比sql执行结果少了,观察发现结果根据id去重了这是我的resultMap
这是我的sql:
试试
<collection distinct="true"/>