|
|
|
@ -307,6 +307,7 @@ public class SideHustleServiceImpl implements ISideHustleService {
|
|
|
|
|
// 故障
|
|
|
|
|
List<OperPhenomenonEntity> operPhenomenonEntityList = operPhenomenonService.list(new QueryWrapper<OperPhenomenonEntity>() {{ |
|
|
|
|
in("EM_CODE", deviceCodeList); |
|
|
|
|
ne("IS_DEFECT",DefectConstant.IsDefectStatusEnum.IS_DEFECT.getStatus()); |
|
|
|
|
ne("CONCLUSION_STATUS", DefectConstant.HandlerStatusEnum.FINISH_STATUS.getStatus()); |
|
|
|
|
}}); |
|
|
|
|
List<String> faultList = operPhenomenonEntityList.stream().map(OperPhenomenonEntity::getEmCode).distinct().collect(Collectors.toList()); |
|
|
|
|