|
@ -256,7 +256,7 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa
|
|
|
Iterator<DevicePatientDevice> iterator = page.iterator();
|
|
|
while (iterator.hasNext()){
|
|
|
DevicePatientDevice patientDevice = iterator.next();
|
|
|
patientDevice.setDeviceImgUrl(map.get(String.valueOf(patientDevice.getDeviceId())));
|
|
|
patientDevice.setDeviceImgUrl(map.get(String.valueOf(patientDevice.getCategoryCode())));
|
|
|
}
|
|
|
}
|
|
|
|