|
|
@@ -298,9 +298,13 @@ public class CockpitServiceImpl implements CockpitService {
|
|
|
vo.setDissent(NumberUtils.computeRate(questionDto.getTotal(), questionDto.getDissentCount()));
|
|
|
vo.setClosed(NumberUtils.computeRate(questionDto.getTotal(), questionDto.getClosedCount()));
|
|
|
vo.setUnreform(NumberUtils.computeRate(reformTotal, questionDto.getWaitReformCount()));
|
|
|
+ vo.setUnreformNums(questionDto.getWaitReformCount());
|
|
|
vo.setReformed(NumberUtils.computeRate(reformTotal, questionDto.getReformedCount()));
|
|
|
+ vo.setReformedNums(questionDto.getReformedCount());
|
|
|
vo.setOverdueReformed(NumberUtils.computeRate(reformTotal, questionDto.getOverDueReformedCount()));
|
|
|
+ vo.setOverdueReformedNums(questionDto.getOverDueReformedCount());
|
|
|
vo.setOverdue(NumberUtils.computeRate(reformTotal, questionDto.getOverdueCount()));
|
|
|
+ vo.setOverdueNums(questionDto.getOverdueCount());
|
|
|
// if (overdueCount.size() == 2) {
|
|
|
// Long count = (Long) overdueCount.get("count");
|
|
|
// BigDecimal overdue = (BigDecimal) overdueCount.get("overdueCount");
|