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