|
|
@ -246,7 +246,7 @@ public class StatsProjectServiceImpl implements StatsProjectService { |
|
|
|
agencyDailyEntity.setUnresolvedRatio(new BigDecimal(numberFormat.format((float) unResolvedTotal.intValue() / (float) closedTotal.intValue()))); |
|
|
|
} |
|
|
|
agencyDailyEntity.setProjectIncr(projectIncr.intValue()); |
|
|
|
agencyDailyEntity.setPendingIncr(projectIncr.intValue() - closedIncr.intValue()); |
|
|
|
agencyDailyEntity.setPendingIncr(projectIncr.intValue()); |
|
|
|
agencyDailyEntity.setClosedIncr(closedIncr.intValue()); |
|
|
|
agencyDailyEntity.setResolvedIncr(resolvedIncr.intValue()); |
|
|
|
agencyDailyEntity.setUnresolvedIncr(unResolvedIncr.intValue()); |
|
|
@ -539,7 +539,7 @@ public class StatsProjectServiceImpl implements StatsProjectService { |
|
|
|
gridDailyEntity.setUnresolvedRatio(new BigDecimal(numberFormat.format((float) unResolvedTotal.intValue() / (float) closedTotal.intValue()))); |
|
|
|
} |
|
|
|
gridDailyEntity.setProjectIncr(projectIncr.intValue()); |
|
|
|
gridDailyEntity.setPendingIncr(projectIncr.intValue() - closedIncr.intValue()); |
|
|
|
gridDailyEntity.setPendingIncr(projectIncr.intValue()); |
|
|
|
gridDailyEntity.setClosedIncr(closedIncr.intValue()); |
|
|
|
gridDailyEntity.setResolvedIncr(resolvedIncr.intValue()); |
|
|
|
gridDailyEntity.setUnresolvedIncr(unResolvedIncr.intValue()); |
|
|
|