| | |
| | | equipmentIds = mdcEquipmentService.getEquipmentIdsProduction(userId, null); |
| | | } |
| | | } |
| | | if (mdcDeviceCalendarQueryVo.getEquipmentIdList().isEmpty()) { |
| | | if (mdcDeviceCalendarQueryVo.getEquipmentIdList() == null || mdcDeviceCalendarQueryVo.getEquipmentIdList().isEmpty()) { |
| | | mdcDeviceCalendarQueryVo.setEquipmentIdList(equipmentIds); |
| | | } |
| | | |
| | |
| | | equipmentIds = mdcEquipmentService.getEquipmentIdsProduction(userId, null); |
| | | } |
| | | } |
| | | if (vo.getEquipmentIdList().isEmpty()) { |
| | | if (vo.getEquipmentIdList() == null || vo.getEquipmentIdList().isEmpty()) { |
| | | vo.setEquipmentIdList(equipmentIds); |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | if (repair.getMdcSectionIds().isEmpty()) { |
| | | if (repair.getMdcSectionIds() == null || repair.getMdcSectionIds().isEmpty()) { |
| | | repair.setMdcSectionIds(equipmentIds); |
| | | } |
| | | |