|
@ -77,7 +77,7 @@ public class MonitorPlatformService {
|
|
|
jsonObject.put("page",page);
|
|
|
jsonObject.put("size",size);
|
|
|
List<LocationDataVO> locationDataVOList = iotPatientDeviceService.findDeviceLocationsByIdCard(jsonObject.toString());
|
|
|
figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
//figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
envelop.getDetailModelList().addAll(locationDataVOList);
|
|
|
}
|
|
|
}
|
|
@ -98,8 +98,8 @@ public class MonitorPlatformService {
|
|
|
jsonObject.put("page",page);
|
|
|
jsonObject.put("size",size);
|
|
|
List<LocationDataVO> locationDataVOList = iotPatientDeviceService.findDeviceLocationsByIdCard(jsonObject.toString());
|
|
|
figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
|
|
|
//figureLabelSerachService.getFigureLabelByList(locationDataVOList);
|
|
|
envelop.getDetailModelList().addAll(locationDataVOList);
|
|
|
envelop.setTotalCount(iotPatientDeviceService.getESCount(jsonObject.toString()));
|
|
|
return envelop;
|
|
|
}
|