|
@ -389,6 +389,11 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
wlyyOutpatientVOList = new ArrayList<>();
|
|
|
wlyyOutpatientVOList = wlyyOutpatientVOList1;
|
|
|
}
|
|
|
for (WlyyOutpatientVO wlyyOutpatientVO:wlyyOutpatientVOList){
|
|
|
if (!StringUtils.isNoneBlank(wlyyOutpatientVO.getIcd10Name())){
|
|
|
wlyyOutpatientVO.setIcd10Name("无诊断");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
return wlyyOutpatientVOList;
|
|
|
}
|