|  | @ -885,7 +885,7 @@ public class MedicinedeviceService  extends BaseJpaService<Mediicinedevice, Medi
 | 
												
													
														
															|  |             Integer noOnlineTotal1 = 0;
 |  |             Integer noOnlineTotal1 = 0;
 | 
												
													
														
															|  |             if (totalMap!=null){
 |  |             if (totalMap!=null){
 | 
												
													
														
															|  |                 if (totalMap.get("cargoCapacity") != null) {
 |  |                 if (totalMap.get("cargoCapacity") != null) {
 | 
												
													
														
															|  |                     noOnlineTotal1 = (int) Double.parseDouble(totalMap.get("cargoCapacity").toString()) + Integer.parseInt(qty);
 |  | 
 | 
												
													
														
															|  | 
 |  |                     noOnlineTotal1 = (int) Double.parseDouble(totalMap.get("cargoCapacity").toString());
 | 
												
													
														
															|  |                 }
 |  |                 }
 | 
												
													
														
															|  |             }
 |  |             }
 | 
												
													
														
															|  |             mediicinedevice.setCapacity(String.valueOf(noOnlineTotal1));
 |  |             mediicinedevice.setCapacity(String.valueOf(noOnlineTotal1));
 |