|
@ -173,11 +173,13 @@ public class MonitorPlatformService {
|
|
jsonObject.put("filter",jsonArray);
|
|
jsonObject.put("filter",jsonArray);
|
|
jsonObject.put("page",page);
|
|
jsonObject.put("page",page);
|
|
jsonObject.put("size",size);
|
|
jsonObject.put("size",size);
|
|
List<LocationDataVO> locationDataVOList = iotPatientDeviceService.findDeviceLocationsByIdCard(jsonObject.toString());
|
|
|
|
List<LocationDataVO> list2 = iotPatientDeviceService.addNameAndCodeToList(locationDataVOList);
|
|
|
|
//figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
|
envelop.getDetailModelList().addAll(list2);
|
|
|
|
totalCount += iotPatientDeviceService.getESCount(jsonObject.toString());
|
|
|
|
|
|
if (jsonArray.size()!=0){
|
|
|
|
List<LocationDataVO> locationDataVOList = iotPatientDeviceService.findDeviceLocationsByIdCard(jsonObject.toString());
|
|
|
|
List<LocationDataVO> list2 = iotPatientDeviceService.addNameAndCodeToList(locationDataVOList);
|
|
|
|
//figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
|
envelop.getDetailModelList().addAll(list2);
|
|
|
|
totalCount += iotPatientDeviceService.getESCount(jsonObject.toString());
|
|
|
|
}
|
|
}
|
|
}
|
|
if (org.apache.commons.lang3.StringUtils.isNoneBlank(deviceName)) break;//通过deviceName查询的不过滤categpry(即所有设备中查找符合)
|
|
if (org.apache.commons.lang3.StringUtils.isNoneBlank(deviceName)) break;//通过deviceName查询的不过滤categpry(即所有设备中查找符合)
|
|
}
|
|
}
|