标签:query amp res tom board new 问题 级联 man
自己是直接查出来然后利用set去重(自己感觉不是太好,不过能达到目的)
List<CampaignDashboardDimensionDo> list = query.getResultList();
Set<CampaignDashboardDimensionDo> set=new HashSet<>(list);
如有更好的方法,希望大佬留言,谢谢
jpa @onetomany 级联查询时会有重复数据,去重问题
标签:query amp res tom board new 问题 级联 man
原文地址:https://www.cnblogs.com/zqr99/p/9222239.html