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