| | |
| | | } |
| | | List<ApsResourceDateStat> tempList = new ArrayList<>(dayMap.values()); |
| | | HashMap<String, List<ApsResourceDateStat>> temp = new HashMap<>(); |
| | | temp.put(processName + "-" + plant, tempList); |
| | | temp.put(processName + "_" + plant, tempList); |
| | | processList.add(temp); |
| | | } |
| | | } else { |
| | |
| | | |
| | | List<ApsResourceDateStat> tempList = new ArrayList<>(dayMap.values()); |
| | | HashMap<String, List<ApsResourceDateStat>> temp = new HashMap<>(); |
| | | temp.put(processName + "-" + plant, tempList); |
| | | temp.put(processName + "_" + plant, tempList); |
| | | processList.add(temp); |
| | | } |
| | | } |