|
|
@ -71,6 +71,7 @@ public class ScreenGovernanceServiceImpl extends BaseServiceImpl<ScreenGovernanc |
|
|
|
agencyResult.setTransferCount(agencyResult.getTransferCount() + item.getTransferCount()); |
|
|
|
agencyResult.setResolvedCount(agencyResult.getResolvedCount() + item.getResolvedCount()); |
|
|
|
agencyResult.setClosedCount(agencyResult.getClosedCount() + item.getResolvedCount()); |
|
|
|
agencyResult.setClosedProjectCount(agencyResult.getClosedCount() + item.getResolvedCount()); |
|
|
|
agencyResult.setGovernCount(agencyResult.getGovernCount() + item.getGovernCount()); |
|
|
|
agencyResult.setSatisfactionCount(agencyResult.getSatisfactionCount() + item.getSatisfactionCount()); |
|
|
|
} |
|
|
@ -93,6 +94,7 @@ public class ScreenGovernanceServiceImpl extends BaseServiceImpl<ScreenGovernanc |
|
|
|
agencyResult.setTransferCount(transferCount); |
|
|
|
agencyResult.setResolvedCount(resolvedCount); |
|
|
|
agencyResult.setClosedCount(closedCount); |
|
|
|
agencyResult.setClosedProjectCount(closedCount); |
|
|
|
agencyResult.setGovernCount(governCount); |
|
|
|
agencyResult.setSatisfactionCount(satisfactionCount); |
|
|
|
} |
|
|
|