|
@ -199,6 +199,10 @@ public class PrescriptionExpressageService {
|
|
prescription.setExpressageTime(expressageing);
|
|
prescription.setExpressageTime(expressageing);
|
|
prescription.setStatus(PrescriptionLog.PrescriptionLogStatus.expressageing.getValue());
|
|
prescription.setStatus(PrescriptionLog.PrescriptionLogStatus.expressageing.getValue());
|
|
|
|
|
|
|
|
//回填配送表的配送时间
|
|
|
|
PrescriptionExpressage prescriptionExpressage=prescriptionExpressageDao.findByPrescriptionCode(prescriptionDispensaryCode.getPrescriptionCode());
|
|
|
|
prescriptionExpressage.setExpressageTime(expressageing );
|
|
|
|
|
|
//得到patient
|
|
//得到patient
|
|
Patient patient = patientDao.findByCode(prescription.getPatient());
|
|
Patient patient = patientDao.findByCode(prescription.getPatient());
|
|
|
|
|