|
|
@ -227,6 +227,7 @@ public class StatsIssueServiceImpl implements StatsIssueService { |
|
|
|
FactIssueAgencyMonthlyDTO dto = issueAgencyMonthlyIncList.get(i); |
|
|
|
if (agency.getId().equals(dto.getAgencyId())) { |
|
|
|
monthly.setIssueIncr(dto.getIssueIncr()); |
|
|
|
monthly.setVotingIncr(dto.getVotingIncr()); |
|
|
|
monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); |
|
|
|
monthly.setClosedIncr(dto.getClosedIncr()); |
|
|
|
monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); |
|
|
@ -430,6 +431,7 @@ public class StatsIssueServiceImpl implements StatsIssueService { |
|
|
|
FactIssueGridMonthlyDTO dto = gridMonthlyIncListList.get(i); |
|
|
|
if (grid.getId().equals(dto.getGridId())) { |
|
|
|
monthly.setIssueIncr(dto.getIssueIncr()); |
|
|
|
monthly.setVotingIncr(dto.getVotingIncr()); |
|
|
|
monthly.setShiftProjectIncr(dto.getShiftProjectIncr()); |
|
|
|
monthly.setClosedIncr(dto.getClosedIncr()); |
|
|
|
monthly.setClosedResolvedIncr(dto.getClosedResolvedIncr()); |
|
|
|