|
@ -11079,6 +11079,12 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
prescriptionVO.setDeptName(deptName);
|
|
|
prescriptionVO.setHospitalName(hospitalName);
|
|
|
prescriptionVO.setCardNo(cardNo);
|
|
|
if (StringUtils.isNoneBlank(outpatientDO.getMedicalState())){
|
|
|
prescriptionVO.setPayType(Integer.parseInt(outpatientDO.getMedicalState()));
|
|
|
}else {
|
|
|
prescriptionVO.setPayType(0);
|
|
|
}
|
|
|
|
|
|
return prescriptionVO;
|
|
|
}
|
|
|
return null;
|