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

Commit 1447e6da authored by jiangxiulong's avatar jiangxiulong

Merge branch 'dev' into test

parents 475a7fb5 6a61ea92
......@@ -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