|
|
|
@ -552,6 +552,7 @@ public class EmInfoServiceImpl extends BaseServiceImpl<EmInfoMapper, EmInfoEntit
|
|
|
|
|
if (deviceResult.getCode() == 200 && Func.isNotEmpty(deviceResult.getData())) { |
|
|
|
|
List<DeviceChildrenVO> deviceChildrenList = deviceResult.getData(); |
|
|
|
|
childrenMap = deviceChildrenList.stream().collect(Collectors.toMap(DeviceChildrenVO::getSignage, Function.identity())); |
|
|
|
|
log.warn("设备信息查询巡检内容关联采集点信息:" + childrenMap); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 拼接采集点到设备巡检内容
|
|
|
|
|