|
|
@ -523,6 +523,7 @@ public class FdpMonitorServiceImpl extends BaseServiceImpl<FdpMonitorMapper, Fdp |
|
|
|
if (ObjectUtil.isEmpty(fdpFaultEntity)) { |
|
|
|
if (ObjectUtil.isEmpty(fdpFaultEntity)) { |
|
|
|
throw new ServiceException("获取对应故障对象失败"); |
|
|
|
throw new ServiceException("获取对应故障对象失败"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
taskDTO.setFdpDeviceName(fdpFaultEntity.getFdpDeviceName()); |
|
|
|
// /**获取实时、历史数据**/
|
|
|
|
// /**获取实时、历史数据**/
|
|
|
|
// FdpRealTimeAndHisDataVo pushResp = this.dataPushByPartition(fdpFaultEntity.getFdpPartition(), fdpFaultEntity.getCreateDept());
|
|
|
|
// FdpRealTimeAndHisDataVo pushResp = this.dataPushByPartition(fdpFaultEntity.getFdpPartition(), fdpFaultEntity.getCreateDept());
|
|
|
|
// String key = UUID.randomUUID().toString();
|
|
|
|
// String key = UUID.randomUUID().toString();
|
|
|
|