|
@ -412,6 +412,7 @@ public class ScreenProjectCategoryOrgDailyServiceImpl extends BaseServiceImpl<Sc |
|
|
e.setProjectTotal(CollectionUtils.isEmpty(list) ? NumConstant.ZERO : list.stream().collect(Collectors.summingInt(CategoryProjectResultDTO::getProjectTotal))); |
|
|
e.setProjectTotal(CollectionUtils.isEmpty(list) ? NumConstant.ZERO : list.stream().collect(Collectors.summingInt(CategoryProjectResultDTO::getProjectTotal))); |
|
|
e.setPid(entity.getPid()); |
|
|
e.setPid(entity.getPid()); |
|
|
e.setPids(StringUtils.isEmpty(entity.getPids()) ? NumConstant.ZERO_STR : entity.getPids()); |
|
|
e.setPids(StringUtils.isEmpty(entity.getPids()) ? NumConstant.ZERO_STR : entity.getPids()); |
|
|
|
|
|
e.setLevel(list.get(NumConstant.ZERO).getLevel()); |
|
|
finalResult.add(e); |
|
|
finalResult.add(e); |
|
|
}); |
|
|
}); |
|
|
if (!CollectionUtils.isEmpty(sonResult)){ |
|
|
if (!CollectionUtils.isEmpty(sonResult)){ |
|
|