mengkang 4 anni fa
parent
commit
f8e5a72708

+ 4 - 0
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -452,6 +452,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
        rs.put("doctorCancelValue",outpatientDO.getDoctorCancelValue());
        rs.put("doctorCancelValue",outpatientDO.getDoctorCancelValue());
        rs.put("doctorCancelRemark",outpatientDO.getDoctorCancelRemark());
        rs.put("doctorCancelRemark",outpatientDO.getDoctorCancelRemark());
        rs.put("payStatus",outpatientDO.getPayStatus());
        rs.put("payStatus",outpatientDO.getPayStatus());
        rs.put("patientCancelType",outpatientDO.getPatientCancelType());
        rs.put("patientCancelValue",outpatientDO.getPatientCancelValue());
        rs.put("patientCancelRemark",outpatientDO.getPatientCancelRemark());
        rs.put("operator",userAgent.getUID());
        //居民详情
        //居民详情
        BasePatientDO basePatientDO = basePatientDao.findById(outpatientDO.getPatient());
        BasePatientDO basePatientDO = basePatientDao.findById(outpatientDO.getPatient());
        rs.put("patientName",basePatientDO.getName());
        rs.put("patientName",basePatientDO.getName());