|  | @ -751,6 +751,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         rs.put("birthday", DateUtil.dateToStr(basePatientDO.getBirthday(), "yyyy-MM-dd"));
 | 
	
		
			
				|  |  |         rs.put("diseaseCode",outpatientDO.getDiseaseCode());
 | 
	
		
			
				|  |  |         rs.put("diseaseName",outpatientDO.getDiseaseName());
 | 
	
		
			
				|  |  |         rs.put("inquirySign",outpatientDO.getInquirySign());
 | 
	
		
			
				|  |  |         String hisPatient="";
 | 
	
		
			
				|  |  |         PatientMappingDO patientMappingDO = patientMappingDao.findByPatient(basePatientDO.getId());
 | 
	
		
			
				|  |  |         if(null!=patientMappingDO){
 |