记得上下班打卡 | git大法好,push需谨慎

Commit 6a61ea92 authored by jiangxiulong's avatar jiangxiulong

not empty

parent 82ee3f0b
......@@ -95,7 +95,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
/*List<KylinPerformanceVo> collect = performancesListRecommend.stream().filter(r -> !ids.contains(r.getPerformancesId())).collect(Collectors.toList());
performancesListNew.addAll(collect);*/
if (CollectionUtils.isEmpty(performancesListRecommend)) {
if (!CollectionUtils.isEmpty(performancesListRecommend)) {
is_native = 0;
if(recommend > 0) {// 去重
for(KylinPerformanceVo recommendInfo : performancesListRecommend) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment