|
|
|
@ -1097,7 +1097,10 @@ public class ReportServiceImpl implements ReportService {
|
|
|
|
|
planUndoneHoursList.add(Float.valueOf(String.valueOf(map.get("planUndoneHours"))));
|
|
|
|
|
eightList.add(resourceMap);
|
|
|
|
|
}
|
|
|
|
|
result.put("planCapacity",Math.round(planCapacity));
|
|
|
|
|
// result.put("planCapacity",Math.round(planCapacity));
|
|
|
|
|
Map<String, String> capacityLoadUNPlanHours = reportMapper.getCapacityLoadUNPlanHours();
|
|
|
|
|
result.put("planCapacity",capacityLoadUNPlanHours.get("tardinessWork"));
|
|
|
|
|
|
|
|
|
|
result.put("standardCapacity",Math.round(standardCapacity));
|
|
|
|
|
//八个柱状图
|
|
|
|
|
result.put("eightList",eightList);
|
|
|
|
|