| | |
| | | downtime.setEquipmentId(mdcEquipmentWaitSectionDto.getEquipmentId()); |
| | | downtime.setEquipmentName(mdcEquipmentWaitSectionDto.getEquipmentName()); |
| | | downtime.setTheDate(finalDate); |
| | | downtime.setStartTime(mdcEquipmentWaitSectionDto.getStartTime()); |
| | | downtime.setEndTime(mdcEquipmentWaitSectionDto.getEndTime()); |
| | | downtime.setStartDate(mdcEquipmentWaitSectionDto.getStartTime()); |
| | | downtime.setEndDate(mdcEquipmentWaitSectionDto.getEndTime()); |
| | | downtime.setShutdownDuration(DateUtils.differentMinutes(downtime.getStartDate(), downtime.getEndDate())); |
| | | return downtime; |
| | | }).collect(Collectors.toList()); |
| | | if (!downtimeList.isEmpty()) { |