|
|
|
@ -54,7 +54,7 @@ public class ScreenGovernanceServiceImpl extends BaseServiceImpl<ScreenGovernanc |
|
|
|
int itemTotal = agencyItemInfoList.stream().mapToInt(ScreenGovernItemInfoResultDTO::getItemTotal).sum(); |
|
|
|
int itemSettleTotal = agencyItemInfoList.stream().mapToInt(ScreenGovernItemInfoResultDTO::getItemSettleTotal).sum(); |
|
|
|
agencyItemInfoList.forEach(item -> { |
|
|
|
if (!"grid_party".equals(item.getTypeKey())) { |
|
|
|
if (!"community_party".equals(item.getTypeKey())) { |
|
|
|
item.setItemTotal(itemTotal); |
|
|
|
item.setItemSettleTotal(itemSettleTotal); |
|
|
|
} |
|
|
|
|