|
@ -2432,6 +2432,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
prescriptionDO.setHospital(outpatientDO.getHospital());
|
|
|
prescriptionDO.setHospitalName(outpatientDO.getHospitalName());
|
|
|
prescriptionDO.setStatus(10);
|
|
|
prescriptionDO.setIdcard(outpatientDO.getIdcard());
|
|
|
prescriptionDO.setPatientCode(outpatientDO.getPatient());
|
|
|
prescriptionDO.setPatientName(outpatientDO.getPatientName());
|
|
|
prescriptionDO.setDoctor(outpatientDO.getDoctor());
|