|
@ -436,7 +436,6 @@ public class ScreenProjectCategoryOrgDailyServiceImpl extends BaseServiceImpl<Sc |
|
|
e.setCustomerId(customerId); |
|
|
e.setCustomerId(customerId); |
|
|
finalSonResult.add(e); |
|
|
finalSonResult.add(e); |
|
|
}); |
|
|
}); |
|
|
result.addAll(finalSonResult); |
|
|
|
|
|
} |
|
|
} |
|
|
// 内部客户与外部客户 相同的分类累加
|
|
|
// 内部客户与外部客户 相同的分类累加
|
|
|
if (!CollectionUtils.isEmpty(categoryProjectExists)){ |
|
|
if (!CollectionUtils.isEmpty(categoryProjectExists)){ |
|
|