| | |
| | | //获取设备运行数据 |
| | | MdcEquipmentStatisticalShiftInfo mdcEquipmentStatisticalShiftInfo = mdcEquipmentStatisticalShiftInfoService.getOne(new LambdaQueryWrapper<MdcEquipmentStatisticalShiftInfo>() |
| | | .eq(MdcEquipmentStatisticalShiftInfo::getEquipmentId, equipment.getEquipmentid()) |
| | | .eq(MdcEquipmentStatisticalShiftInfo::getTheDate, validDate) |
| | | .eq(MdcEquipmentStatisticalShiftInfo::getTheDate, validDate.replaceAll("-", "")) |
| | | .eq(MdcEquipmentStatisticalShiftInfo::getShiftSubId, id)); |
| | | if (mdcEquipmentStatisticalShiftInfo == null) { |
| | | continue; |