|  | @ -127,6 +127,11 @@ public class BasePatientService<T, R extends CrudRepository> extends BaseJpaServ
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |         result.put("patient", basePatientDO);
 |  |         result.put("patient", basePatientDO);
 | 
												
													
														
															|  |         List<PatientMedicareCardDO> cards = basePatientMedicardCardService.findPatientCardByCode(patientId);
 |  |         List<PatientMedicareCardDO> cards = basePatientMedicardCardService.findPatientCardByCode(patientId);
 | 
												
													
														
															|  | 
 |  |         if (cards==null||cards.size()==0){
 | 
												
													
														
															|  | 
 |  |             System.out.println("new一个list");
 | 
												
													
														
															|  | 
 |  |             PatientMedicareCardDO patientMedicareCardDO = new PatientMedicareCardDO();
 | 
												
													
														
															|  | 
 |  |             cards.add(patientMedicareCardDO);
 | 
												
													
														
															|  | 
 |  |         }
 | 
												
													
														
															|  |         result.put("medicareCard",cards);
 |  |         result.put("medicareCard",cards);
 | 
												
													
														
															|  |         return result;
 |  |         return result;
 | 
												
													
														
															|  |     }
 |  |     }
 |